Color spaces of #e169ee
RGB | 225 | 105 | 238 |
---|---|---|---|
HSL | 0.82 | 0.80 | 0.67 |
HSV | 294° | 56° | 93° |
CMYK | 0.05 | 0.56 | 0.00 0.07 |
XYZ | 51.5355 | 32.2837 | 84.4041 |
Yxy | 32.2837 | 0.3064 | 0.1919 |
Hunter Lab | 56.8187 | 62.4695 | -48.3020 |
CIE-Lab | 63.5767 | 64.7146 | -46.5223 |
#e169ee color RGB value is (225,105,238).
#e169ee hex color red value is 225, green value is 105 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e169ee hue: 0.82 , saturation: 0.80 and the lightness value of e169ee is 0.67.
The process color (four color CMYK) of #e169ee color hex is 0.05, 0.56, 0.00, 0.07. Web safe color of #e169ee is #cc66ff. Color #e169ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01101001 | 11101110 |
Octal | 341 | 151 | 356 |
Decimal | 225 | 105 | 238 |
Hex | E1 | 69 | EE |
Shades of #e169ee
Tints of #e169ee
RGB Percentages of Color #e169ee
CMYK Percentages of Color #e169ee
Complementary Color
#e169ee | #76ee69 |
#e169ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e169ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#e169ee Color CSS Codes
.mybgcolor {background-color:#e169ee; } .myforecolor {color:#e169ee; } .mybordercolor {border:3px solid #e169ee; }
#e169ee Text Font Color
<p style="color:#e169ee">Text here</p>
This sample text font color is #e169ee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#e169ee Background Color
<div style="background-color:#e169ee">
Div content here</div>
This div background color is #e169ee
#e169ee Border Color
<div style="border:3px solid #e169ee">
Div here</div>
This div border color is #e169ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,105,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e169ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e169ee; -webkit-box-shadow: 1px 1px 3px 2px #e169ee; box-shadow: 1px 1px 3px 2px #e169ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,105,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e169ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e169ee; -webkit-box-shadow: 1px 1px 3px 2px #e169ee; box-shadow: 1px 1px 3px 2px #e169ee;">
Div content here</div>
This div box has shadow with color #e169ee
Comments
No comments written yet.
Please login to write comment.