Shades of Lavender Pink #EAB4D3
Tints of Lavender Pink #EAB4D3
RGB
CMYK
RGB Variations
Color information
#EAB4D3 (or 0xEAB4D3) is known color: Lavender Pink. HEX triplet: EA, B4 and D3. RGB value is (234,180,211). Sum of RGB (Red+Green+Blue) = 234+180+211=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4D3 is #154B2C. Grayscale: #C7C7C7. Windows color (decimal): -1395501 or 13874410. OLE color: 13874410.
HSL color Cylindrical-coordinate representation of color #EAB4D3: hue angle of 325.56º 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 #EAB4D3 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 211 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.08 |
| HSL | 325.56º | 0.56% | 0.81% | - |
| HSV(B) | 325.56º | 0.23% | 0.92% | - |
| XYZ | 62.01 | 54.84 | 68.94 | - |
| YUV | 199.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 211 | 0 | 0.23 | 0.10 | 0.08 | 325.56 | 0.56 | 0.81 |
| Hex | EA | B4 | D3 | 0 | 17 | A | 8 | 146 | 38 | 51 |
| Octal | 352 | 264 | 323 | 0 | 27 | 12 | 10 | 506 | 70 | 121 |
| Binary | 11101010 | 10110100 | 11010011 | 0 | 10111 | 1010 | 1000 | 101000110 | 111000 | 1010001 |
Color Harmonies of #EAB4D3
Complementary color
Monochromatic Colors of #EAB4D3
Black with #EAB4D3
Text Example
Text Example
White with #EAB4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB4D3; }
p { color: rgb(234,180,211); }
H1.HeaderClassName
{
color: #EAB4D3;
}
.AnyTagClassName
{
color: #EAB4D3;
}
</style>
background-color css
<style>
a { background-color: #EAB4D3; }
a { background-color: rgb(234,180,211); }
div.DivClassName
{
background-color: #EAB4D3;
}
.BgClassName
{
background-color: #EAB4D3;
}
</style>
border-color css
<style>
span { border-color: #EAB4D3; }
span { border-color: rgb(234,180,211); }
td.TdClassName
{
border-color: #EAB4D3;
}
.TagClassName
{
border-color: #EAB4D3;
}
</style>