Shades of Lavender Pink #EBB4D2
Tints of Lavender Pink #EBB4D2
RGB
CMYK
RGB Variations
Color information
#EBB4D2 (or 0xEBB4D2) is known color: Lavender Pink. HEX triplet: EB, B4 and D2. RGB value is (235,180,210). Sum of RGB (Red+Green+Blue) = 235+180+210=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4D2 is #144B2D. Grayscale: #C7C7C7. Windows color (decimal): -1329966 or 13808875. OLE color: 13808875.
HSL color Cylindrical-coordinate representation of color #EBB4D2: hue angle of 327.27º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB4D2 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 180 | 210 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.08 |
| HSL | 327.27º | 0.58% | 0.81% | - |
| HSV(B) | 327.27º | 0.23% | 0.92% | - |
| XYZ | 62.22 | 54.96 | 68.3 | - |
| YUV | 199.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 180 | 210 | 0 | 0.23 | 0.11 | 0.08 | 327.27 | 0.58 | 0.81 |
| Hex | EB | B4 | D2 | 0 | 17 | B | 8 | 147 | 3A | 51 |
| Octal | 353 | 264 | 322 | 0 | 27 | 13 | 10 | 507 | 72 | 121 |
| Binary | 11101011 | 10110100 | 11010010 | 0 | 10111 | 1011 | 1000 | 101000111 | 111010 | 1010001 |
Color Harmonies of #EBB4D2
Complementary color
Monochromatic Colors of #EBB4D2
Black with #EBB4D2
Text Example
Text Example
White with #EBB4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB4D2; }
p { color: rgb(235,180,210); }
H1.HeaderClassName
{
color: #EBB4D2;
}
.AnyTagClassName
{
color: #EBB4D2;
}
</style>
background-color css
<style>
a { background-color: #EBB4D2; }
a { background-color: rgb(235,180,210); }
div.DivClassName
{
background-color: #EBB4D2;
}
.BgClassName
{
background-color: #EBB4D2;
}
</style>
border-color css
<style>
span { border-color: #EBB4D2; }
span { border-color: rgb(235,180,210); }
td.TdClassName
{
border-color: #EBB4D2;
}
.TagClassName
{
border-color: #EBB4D2;
}
</style>