Shades of Lavender Pink #EAB0D3
Tints of Lavender Pink #EAB0D3
RGB
CMYK
RGB Variations
Color information
#EAB0D3 (or 0xEAB0D3) is known color: Lavender Pink. HEX triplet: EA, B0 and D3. RGB value is (234,176,211). Sum of RGB (Red+Green+Blue) = 234+176+211=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0D3 is #154F2C. Grayscale: #C5C5C5. Windows color (decimal): -1396525 or 13873386. OLE color: 13873386.
HSL color Cylindrical-coordinate representation of color #EAB0D3: hue angle of 323.79º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB0D3 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 211 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.08 |
| HSL | 323.79º | 0.58% | 0.8% | - |
| HSV(B) | 323.79º | 0.25% | 0.92% | - |
| XYZ | 61.21 | 53.25 | 68.68 | - |
| YUV | 197.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 211 | 0 | 0.25 | 0.10 | 0.08 | 323.79 | 0.58 | 0.8 |
| Hex | EA | B0 | D3 | 0 | 19 | A | 8 | 144 | 3A | 50 |
| Octal | 352 | 260 | 323 | 0 | 31 | 12 | 10 | 504 | 72 | 120 |
| Binary | 11101010 | 10110000 | 11010011 | 0 | 11001 | 1010 | 1000 | 101000100 | 111010 | 1010000 |
Color Harmonies of #EAB0D3
Complementary color
Monochromatic Colors of #EAB0D3
Black with #EAB0D3
Text Example
Text Example
White with #EAB0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB0D3; }
p { color: rgb(234,176,211); }
H1.HeaderClassName
{
color: #EAB0D3;
}
.AnyTagClassName
{
color: #EAB0D3;
}
</style>
background-color css
<style>
a { background-color: #EAB0D3; }
a { background-color: rgb(234,176,211); }
div.DivClassName
{
background-color: #EAB0D3;
}
.BgClassName
{
background-color: #EAB0D3;
}
</style>
border-color css
<style>
span { border-color: #EAB0D3; }
span { border-color: rgb(234,176,211); }
td.TdClassName
{
border-color: #EAB0D3;
}
.TagClassName
{
border-color: #EAB0D3;
}
</style>