Shades of Lavender Pink #EAB6D4
Tints of Lavender Pink #EAB6D4
RGB
CMYK
RGB Variations
Color information
#EAB6D4 (or 0xEAB6D4) is known color: Lavender Pink. HEX triplet: EA, B6 and D4. RGB value is (234,182,212). Sum of RGB (Red+Green+Blue) = 234+182+212=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6D4 is #15492B. Grayscale: #C8C8C8. Windows color (decimal): -1394988 or 13940458. OLE color: 13940458.
HSL color Cylindrical-coordinate representation of color #EAB6D4: hue angle of 325.38º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB6D4 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 212 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.08 |
| HSL | 325.38º | 0.55% | 0.82% | - |
| HSV(B) | 325.38º | 0.22% | 0.92% | - |
| XYZ | 62.54 | 55.7 | 69.74 | - |
| YUV | 200.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 212 | 0 | 0.22 | 0.09 | 0.08 | 325.38 | 0.55 | 0.82 |
| Hex | EA | B6 | D4 | 0 | 16 | 9 | 8 | 145 | 37 | 52 |
| Octal | 352 | 266 | 324 | 0 | 26 | 11 | 10 | 505 | 67 | 122 |
| Binary | 11101010 | 10110110 | 11010100 | 0 | 10110 | 1001 | 1000 | 101000101 | 110111 | 1010010 |
Color Harmonies of #EAB6D4
Complementary color
Monochromatic Colors of #EAB6D4
Black with #EAB6D4
Text Example
Text Example
White with #EAB6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB6D4; }
p { color: rgb(234,182,212); }
H1.HeaderClassName
{
color: #EAB6D4;
}
.AnyTagClassName
{
color: #EAB6D4;
}
</style>
background-color css
<style>
a { background-color: #EAB6D4; }
a { background-color: rgb(234,182,212); }
div.DivClassName
{
background-color: #EAB6D4;
}
.BgClassName
{
background-color: #EAB6D4;
}
</style>
border-color css
<style>
span { border-color: #EAB6D4; }
span { border-color: rgb(234,182,212); }
td.TdClassName
{
border-color: #EAB6D4;
}
.TagClassName
{
border-color: #EAB6D4;
}
</style>