Shades of Lavender Pink #EEA8CA
Tints of Lavender Pink #EEA8CA
RGB
CMYK
RGB Variations
Color information
#EEA8CA (or 0xEEA8CA) is known color: Lavender Pink. HEX triplet: EE, A8 and CA. RGB value is (238,168,202). Sum of RGB (Red+Green+Blue) = 238+168+202=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8CA is #115735. Grayscale: #C0C0C0. Windows color (decimal): -1136438 or 13281518. OLE color: 13281518.
HSL color Cylindrical-coordinate representation of color #EEA8CA: hue angle of 330.86º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA8CA is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 168 | 202 | - |
CMYK | 0 | 0.29 | 0.15 | 0.07 |
HSL | 330.86º | 0.67% | 0.8% | - |
HSV(B) | 330.86º | 0.29% | 0.93% | - |
XYZ | 59.92 | 50.45 | 62.46 | - |
YUV | 192.81 | 133.19 | 160.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 168 | 202 | 0 | 0.29 | 0.15 | 0.07 | 330.86 | 0.67 | 0.8 |
Hex | EE | A8 | CA | 0 | 1D | F | 7 | 14B | 43 | 50 |
Octal | 356 | 250 | 312 | 0 | 35 | 17 | 7 | 513 | 103 | 120 |
Binary | 11101110 | 10101000 | 11001010 | 0 | 11101 | 1111 | 111 | 101001011 | 1000011 | 1010000 |
Color Harmonies of #EEA8CA
Complementary color
Monochromatic Colors of #EEA8CA
Black with #EEA8CA
Text Example
Text Example
White with #EEA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8CA; }
p { color: rgb(238,168,202); }
H1.HeaderClassName
{
color: #EEA8CA;
}
.AnyTagClassName
{
color: #EEA8CA;
}
</style>
background-color css
<style>
a { background-color: #EEA8CA; }
a { background-color: rgb(238,168,202); }
div.DivClassName
{
background-color: #EEA8CA;
}
.BgClassName
{
background-color: #EEA8CA;
}
</style>
border-color css
<style>
span { border-color: #EEA8CA; }
span { border-color: rgb(238,168,202); }
td.TdClassName
{
border-color: #EEA8CA;
}
.TagClassName
{
border-color: #EEA8CA;
}
</style>