Shades of Lavender Pink #EAB4D1
Tints of Lavender Pink #EAB4D1
RGB
CMYK
RGB Variations
Color information
#EAB4D1 (or 0xEAB4D1) is known color: Lavender Pink. HEX triplet: EA, B4 and D1. RGB value is (234,180,209). Sum of RGB (Red+Green+Blue) = 234+180+209=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4D1 is #154B2E. Grayscale: #C7C7C7. Windows color (decimal): -1395503 or 13743338. OLE color: 13743338.
HSL color Cylindrical-coordinate representation of color #EAB4D1: hue angle of 327.78º degrees, saturation: 0.56, 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 #EAB4D1 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 209 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.08 |
| HSL | 327.78º | 0.56% | 0.81% | - |
| HSV(B) | 327.78º | 0.23% | 0.92% | - |
| XYZ | 61.76 | 54.74 | 67.63 | - |
| YUV | 199.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 209 | 0 | 0.23 | 0.11 | 0.08 | 327.78 | 0.56 | 0.81 |
| Hex | EA | B4 | D1 | 0 | 17 | B | 8 | 148 | 38 | 51 |
| Octal | 352 | 264 | 321 | 0 | 27 | 13 | 10 | 510 | 70 | 121 |
| Binary | 11101010 | 10110100 | 11010001 | 0 | 10111 | 1011 | 1000 | 101001000 | 111000 | 1010001 |
Color Harmonies of #EAB4D1
Complementary color
Monochromatic Colors of #EAB4D1
Black with #EAB4D1
Text Example
Text Example
White with #EAB4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB4D1; }
p { color: rgb(234,180,209); }
H1.HeaderClassName
{
color: #EAB4D1;
}
.AnyTagClassName
{
color: #EAB4D1;
}
</style>
background-color css
<style>
a { background-color: #EAB4D1; }
a { background-color: rgb(234,180,209); }
div.DivClassName
{
background-color: #EAB4D1;
}
.BgClassName
{
background-color: #EAB4D1;
}
</style>
border-color css
<style>
span { border-color: #EAB4D1; }
span { border-color: rgb(234,180,209); }
td.TdClassName
{
border-color: #EAB4D1;
}
.TagClassName
{
border-color: #EAB4D1;
}
</style>