Shades of Lavender Pink #EEB4D2
Tints of Lavender Pink #EEB4D2
RGB
CMYK
RGB Variations
Color information
#EEB4D2 (or 0xEEB4D2) is known color: Lavender Pink. HEX triplet: EE, B4 and D2. RGB value is (238,180,210). Sum of RGB (Red+Green+Blue) = 238+180+210=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 180 (70.70% from 255 or 28.66% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4D2 is #114B2D. Grayscale: #C8C8C8. Windows color (decimal): -1133358 or 13808878. OLE color: 13808878.
HSL color Cylindrical-coordinate representation of color #EEB4D2: hue angle of 328.97º 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 #EEB4D2 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 210 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.07 |
| HSL | 328.97º | 0.63% | 0.82% | - |
| HSV(B) | 328.97º | 0.24% | 0.93% | - |
| XYZ | 63.21 | 55.47 | 68.35 | - |
| YUV | 200.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 210 | 0 | 0.24 | 0.12 | 0.07 | 328.97 | 0.63 | 0.82 |
| Hex | EE | B4 | D2 | 0 | 18 | C | 7 | 149 | 3F | 52 |
| Octal | 356 | 264 | 322 | 0 | 30 | 14 | 7 | 511 | 77 | 122 |
| Binary | 11101110 | 10110100 | 11010010 | 0 | 11000 | 1100 | 111 | 101001001 | 111111 | 1010010 |
Color Harmonies of #EEB4D2
Complementary color
Monochromatic Colors of #EEB4D2
Black with #EEB4D2
Text Example
Text Example
White with #EEB4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB4D2; }
p { color: rgb(238,180,210); }
H1.HeaderClassName
{
color: #EEB4D2;
}
.AnyTagClassName
{
color: #EEB4D2;
}
</style>
background-color css
<style>
a { background-color: #EEB4D2; }
a { background-color: rgb(238,180,210); }
div.DivClassName
{
background-color: #EEB4D2;
}
.BgClassName
{
background-color: #EEB4D2;
}
</style>
border-color css
<style>
span { border-color: #EEB4D2; }
span { border-color: rgb(238,180,210); }
td.TdClassName
{
border-color: #EEB4D2;
}
.TagClassName
{
border-color: #EEB4D2;
}
</style>