Shades of Lavender Pink #EEA8CD
Tints of Lavender Pink #EEA8CD
RGB
CMYK
RGB Variations
Color information
#EEA8CD (or 0xEEA8CD) is known color: Lavender Pink. HEX triplet: EE, A8 and CD. RGB value is (238,168,205). Sum of RGB (Red+Green+Blue) = 238+168+205=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8CD is #115732. Grayscale: #C1C1C1. Windows color (decimal): -1136435 or 13478126. OLE color: 13478126.
HSL color Cylindrical-coordinate representation of color #EEA8CD: hue angle of 328.29º 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 #EEA8CD is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 168 | 205 | - |
CMYK | 0 | 0.29 | 0.14 | 0.07 |
HSL | 328.29º | 0.67% | 0.8% | - |
HSV(B) | 328.29º | 0.29% | 0.93% | - |
XYZ | 60.28 | 50.59 | 64.35 | - |
YUV | 193.15 | 134.69 | 159.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 168 | 205 | 0 | 0.29 | 0.14 | 0.07 | 328.29 | 0.67 | 0.8 |
Hex | EE | A8 | CD | 0 | 1D | E | 7 | 148 | 43 | 50 |
Octal | 356 | 250 | 315 | 0 | 35 | 16 | 7 | 510 | 103 | 120 |
Binary | 11101110 | 10101000 | 11001101 | 0 | 11101 | 1110 | 111 | 101001000 | 1000011 | 1010000 |
Color Harmonies of #EEA8CD
Complementary color
Monochromatic Colors of #EEA8CD
Black with #EEA8CD
Text Example
Text Example
White with #EEA8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8CD; }
p { color: rgb(238,168,205); }
H1.HeaderClassName
{
color: #EEA8CD;
}
.AnyTagClassName
{
color: #EEA8CD;
}
</style>
background-color css
<style>
a { background-color: #EEA8CD; }
a { background-color: rgb(238,168,205); }
div.DivClassName
{
background-color: #EEA8CD;
}
.BgClassName
{
background-color: #EEA8CD;
}
</style>
border-color css
<style>
span { border-color: #EEA8CD; }
span { border-color: rgb(238,168,205); }
td.TdClassName
{
border-color: #EEA8CD;
}
.TagClassName
{
border-color: #EEA8CD;
}
</style>