Shades of Lavender Pink #EEA8D5
Tints of Lavender Pink #EEA8D5
RGB
CMYK
RGB Variations
Color information
#EEA8D5 (or 0xEEA8D5) is known color: Lavender Pink. HEX triplet: EE, A8 and D5. RGB value is (238,168,213). Sum of RGB (Red+Green+Blue) = 238+168+213=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8D5 is #11572A. Grayscale: #C1C1C1. Windows color (decimal): -1136427 or 14002414. OLE color: 14002414.
HSL color Cylindrical-coordinate representation of color #EEA8D5: hue angle of 321.43º 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 #EEA8D5 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 168 | 213 | - |
CMYK | 0 | 0.29 | 0.11 | 0.07 |
HSL | 321.43º | 0.67% | 0.8% | - |
HSV(B) | 321.43º | 0.29% | 0.93% | - |
XYZ | 61.27 | 50.99 | 69.56 | - |
YUV | 194.06 | 138.69 | 159.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 168 | 213 | 0 | 0.29 | 0.11 | 0.07 | 321.43 | 0.67 | 0.8 |
Hex | EE | A8 | D5 | 0 | 1D | B | 7 | 141 | 43 | 50 |
Octal | 356 | 250 | 325 | 0 | 35 | 13 | 7 | 501 | 103 | 120 |
Binary | 11101110 | 10101000 | 11010101 | 0 | 11101 | 1011 | 111 | 101000001 | 1000011 | 1010000 |
Color Harmonies of #EEA8D5
Complementary color
Monochromatic Colors of #EEA8D5
Black with #EEA8D5
Text Example
Text Example
White with #EEA8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8D5; }
p { color: rgb(238,168,213); }
H1.HeaderClassName
{
color: #EEA8D5;
}
.AnyTagClassName
{
color: #EEA8D5;
}
</style>
background-color css
<style>
a { background-color: #EEA8D5; }
a { background-color: rgb(238,168,213); }
div.DivClassName
{
background-color: #EEA8D5;
}
.BgClassName
{
background-color: #EEA8D5;
}
</style>
border-color css
<style>
span { border-color: #EEA8D5; }
span { border-color: rgb(238,168,213); }
td.TdClassName
{
border-color: #EEA8D5;
}
.TagClassName
{
border-color: #EEA8D5;
}
</style>