Shades of Lavender Rose #EA99D1
Tints of Lavender Rose #EA99D1
RGB
CMYK
RGB Variations
Color information
#EA99D1 (or 0xEA99D1) is known color: Lavender Rose. HEX triplet: EA, 99 and D1. RGB value is (234,153,209). Sum of RGB (Red+Green+Blue) = 234+153+209=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99D1 is #15662E. Grayscale: #B7B7B7. Windows color (decimal): -1402415 or 13736426. OLE color: 13736426.
HSL color Cylindrical-coordinate representation of color #EA99D1: hue angle of 318.52º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA99D1 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 209 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.08 |
| HSL | 318.52º | 0.66% | 0.76% | - |
| HSV(B) | 318.52º | 0.35% | 0.92% | - |
| XYZ | 56.83 | 44.88 | 65.99 | - |
| YUV | 183.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 209 | 0 | 0.35 | 0.11 | 0.08 | 318.52 | 0.66 | 0.76 |
| Hex | EA | 99 | D1 | 0 | 23 | B | 8 | 13F | 42 | 4C |
| Octal | 352 | 231 | 321 | 0 | 43 | 13 | 10 | 477 | 102 | 114 |
| Binary | 11101010 | 10011001 | 11010001 | 0 | 100011 | 1011 | 1000 | 100111111 | 1000010 | 1001100 |
Color Harmonies of #EA99D1
Complementary color
Monochromatic Colors of #EA99D1
Black with #EA99D1
Text Example
Text Example
White with #EA99D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA99D1; }
p { color: rgb(234,153,209); }
H1.HeaderClassName
{
color: #EA99D1;
}
.AnyTagClassName
{
color: #EA99D1;
}
</style>
background-color css
<style>
a { background-color: #EA99D1; }
a { background-color: rgb(234,153,209); }
div.DivClassName
{
background-color: #EA99D1;
}
.BgClassName
{
background-color: #EA99D1;
}
</style>
border-color css
<style>
span { border-color: #EA99D1; }
span { border-color: rgb(234,153,209); }
td.TdClassName
{
border-color: #EA99D1;
}
.TagClassName
{
border-color: #EA99D1;
}
</style>