Shades of Lavender Pink #EEA2CE
Tints of Lavender Pink #EEA2CE
RGB
CMYK
RGB Variations
Color information
#EEA2CE (or 0xEEA2CE) is known color: Lavender Pink. HEX triplet: EE, A2 and CE. RGB value is (238,162,206). Sum of RGB (Red+Green+Blue) = 238+162+206=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA2CE is #115D31. Grayscale: #BDBDBD. Windows color (decimal): -1137970 or 13542126. OLE color: 13542126.
HSL color Cylindrical-coordinate representation of color #EEA2CE: hue angle of 325.26º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA2CE is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 206 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.07 |
| HSL | 325.26º | 0.69% | 0.78% | - |
| HSV(B) | 325.26º | 0.32% | 0.93% | - |
| XYZ | 59.32 | 48.47 | 64.62 | - |
| YUV | 189.74 | 137.18 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 206 | 0 | 0.32 | 0.13 | 0.07 | 325.26 | 0.69 | 0.78 |
| Hex | EE | A2 | CE | 0 | 20 | D | 7 | 145 | 45 | 4E |
| Octal | 356 | 242 | 316 | 0 | 40 | 15 | 7 | 505 | 105 | 116 |
| Binary | 11101110 | 10100010 | 11001110 | 0 | 100000 | 1101 | 111 | 101000101 | 1000101 | 1001110 |
Color Harmonies of #EEA2CE
Complementary color
Monochromatic Colors of #EEA2CE
Black with #EEA2CE
Text Example
Text Example
White with #EEA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA2CE; }
p { color: rgb(238,162,206); }
H1.HeaderClassName
{
color: #EEA2CE;
}
.AnyTagClassName
{
color: #EEA2CE;
}
</style>
background-color css
<style>
a { background-color: #EEA2CE; }
a { background-color: rgb(238,162,206); }
div.DivClassName
{
background-color: #EEA2CE;
}
.BgClassName
{
background-color: #EEA2CE;
}
</style>
border-color css
<style>
span { border-color: #EEA2CE; }
span { border-color: rgb(238,162,206); }
td.TdClassName
{
border-color: #EEA2CE;
}
.TagClassName
{
border-color: #EEA2CE;
}
</style>