Shades of Lavender Pink #EEB4D8
Tints of Lavender Pink #EEB4D8
RGB
CMYK
RGB Variations
Color information
#EEB4D8 (or 0xEEB4D8) is known color: Lavender Pink. HEX triplet: EE, B4 and D8. RGB value is (238,180,216). Sum of RGB (Red+Green+Blue) = 238+180+216=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4D8 is #114B27. Grayscale: #C9C9C9. Windows color (decimal): -1133352 or 14202094. OLE color: 14202094.
HSL color Cylindrical-coordinate representation of color #EEB4D8: hue angle of 322.76º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB4D8 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 216 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.07 |
| HSL | 322.76º | 0.63% | 0.82% | - |
| HSV(B) | 322.76º | 0.24% | 0.93% | - |
| XYZ | 63.98 | 55.78 | 72.36 | - |
| YUV | 201.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 216 | 0 | 0.24 | 0.09 | 0.07 | 322.76 | 0.63 | 0.82 |
| Hex | EE | B4 | D8 | 0 | 18 | 9 | 7 | 143 | 3F | 52 |
| Octal | 356 | 264 | 330 | 0 | 30 | 11 | 7 | 503 | 77 | 122 |
| Binary | 11101110 | 10110100 | 11011000 | 0 | 11000 | 1001 | 111 | 101000011 | 111111 | 1010010 |
Color Harmonies of #EEB4D8
Complementary color
Monochromatic Colors of #EEB4D8
Black with #EEB4D8
Text Example
Text Example
White with #EEB4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB4D8; }
p { color: rgb(238,180,216); }
H1.HeaderClassName
{
color: #EEB4D8;
}
.AnyTagClassName
{
color: #EEB4D8;
}
</style>
background-color css
<style>
a { background-color: #EEB4D8; }
a { background-color: rgb(238,180,216); }
div.DivClassName
{
background-color: #EEB4D8;
}
.BgClassName
{
background-color: #EEB4D8;
}
</style>
border-color css
<style>
span { border-color: #EEB4D8; }
span { border-color: rgb(238,180,216); }
td.TdClassName
{
border-color: #EEB4D8;
}
.TagClassName
{
border-color: #EEB4D8;
}
</style>