Shades of Pale Violet Red #EE6EA0
Tints of Pale Violet Red #EE6EA0
RGB
CMYK
RGB Variations
Color information
#EE6EA0 (or 0xEE6EA0) is known color: Pale Violet Red. HEX triplet: EE, 6E and A0. RGB value is (238,110,160). Sum of RGB (Red+Green+Blue) = 238+110+160=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6EA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6EA0 is #11915F. Grayscale: #999999. Windows color (decimal): -1151328 or 10514158. OLE color: 10514158.
HSL color Cylindrical-coordinate representation of color #EE6EA0: hue angle of 336.56º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6EA0 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 110 | 160 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.07 |
| HSL | 336.56º | 0.79% | 0.68% | - |
| HSV(B) | 336.56º | 0.54% | 0.93% | - |
| XYZ | 47.18 | 31.87 | 36.92 | - |
| YUV | 153.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 110 | 160 | 0 | 0.54 | 0.33 | 0.07 | 336.56 | 0.79 | 0.68 |
| Hex | EE | 6E | A0 | 0 | 36 | 21 | 7 | 151 | 4F | 44 |
| Octal | 356 | 156 | 240 | 0 | 66 | 41 | 7 | 521 | 117 | 104 |
| Binary | 11101110 | 1101110 | 10100000 | 0 | 110110 | 100001 | 111 | 101010001 | 1001111 | 1000100 |
Color Harmonies of #EE6EA0
Complementary color
Monochromatic Colors of #EE6EA0
Black with #EE6EA0
Text Example
Text Example
White with #EE6EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6EA0; }
p { color: rgb(238,110,160); }
H1.HeaderClassName
{
color: #EE6EA0;
}
.AnyTagClassName
{
color: #EE6EA0;
}
</style>
background-color css
<style>
a { background-color: #EE6EA0; }
a { background-color: rgb(238,110,160); }
div.DivClassName
{
background-color: #EE6EA0;
}
.BgClassName
{
background-color: #EE6EA0;
}
</style>
border-color css
<style>
span { border-color: #EE6EA0; }
span { border-color: rgb(238,110,160); }
td.TdClassName
{
border-color: #EE6EA0;
}
.TagClassName
{
border-color: #EE6EA0;
}
</style>