Shades of Lavender Pink #EEA8C8
Tints of Lavender Pink #EEA8C8
RGB
CMYK
RGB Variations
Color information
#EEA8C8 (or 0xEEA8C8) is known color: Lavender Pink. HEX triplet: EE, A8 and C8. RGB value is (238,168,200). Sum of RGB (Red+Green+Blue) = 238+168+200=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8C8 is #115737. Grayscale: #C0C0C0. Windows color (decimal): -1136440 or 13150446. OLE color: 13150446.
HSL color Cylindrical-coordinate representation of color #EEA8C8: hue angle of 332.57º 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 #EEA8C8 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 200 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.07 |
| HSL | 332.57º | 0.67% | 0.8% | - |
| HSV(B) | 332.57º | 0.29% | 0.93% | - |
| XYZ | 59.69 | 50.35 | 61.22 | - |
| YUV | 192.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 200 | 0 | 0.29 | 0.16 | 0.07 | 332.57 | 0.67 | 0.8 |
| Hex | EE | A8 | C8 | 0 | 1D | 10 | 7 | 14D | 43 | 50 |
| Octal | 356 | 250 | 310 | 0 | 35 | 20 | 7 | 515 | 103 | 120 |
| Binary | 11101110 | 10101000 | 11001000 | 0 | 11101 | 10000 | 111 | 101001101 | 1000011 | 1010000 |
Color Harmonies of #EEA8C8
Complementary color
Monochromatic Colors of #EEA8C8
Black with #EEA8C8
Text Example
Text Example
White with #EEA8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8C8; }
p { color: rgb(238,168,200); }
H1.HeaderClassName
{
color: #EEA8C8;
}
.AnyTagClassName
{
color: #EEA8C8;
}
</style>
background-color css
<style>
a { background-color: #EEA8C8; }
a { background-color: rgb(238,168,200); }
div.DivClassName
{
background-color: #EEA8C8;
}
.BgClassName
{
background-color: #EEA8C8;
}
</style>
border-color css
<style>
span { border-color: #EEA8C8; }
span { border-color: rgb(238,168,200); }
td.TdClassName
{
border-color: #EEA8C8;
}
.TagClassName
{
border-color: #EEA8C8;
}
</style>