Shades of Lavender Rose #EA98D8
Tints of Lavender Rose #EA98D8
RGB
CMYK
RGB Variations
Color information
#EA98D8 (or 0xEA98D8) is known color: Lavender Rose. HEX triplet: EA, 98 and D8. RGB value is (234,152,216). Sum of RGB (Red+Green+Blue) = 234+152+216=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EA98D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA98D8 is #156727. Grayscale: #B7B7B7. Windows color (decimal): -1402664 or 14194922. OLE color: 14194922.
HSL color Cylindrical-coordinate representation of color #EA98D8: hue angle of 313.17º 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 #EA98D8 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 152 | 216 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.08 |
| HSL | 313.17º | 0.66% | 0.76% | - |
| HSV(B) | 313.17º | 0.35% | 0.92% | - |
| XYZ | 57.55 | 44.91 | 70.6 | - |
| YUV | 183.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 216 | 0 | 0.35 | 0.08 | 0.08 | 313.17 | 0.66 | 0.76 |
| Hex | EA | 98 | D8 | 0 | 23 | 8 | 8 | 139 | 42 | 4C |
| Octal | 352 | 230 | 330 | 0 | 43 | 10 | 10 | 471 | 102 | 114 |
| Binary | 11101010 | 10011000 | 11011000 | 0 | 100011 | 1000 | 1000 | 100111001 | 1000010 | 1001100 |
Color Harmonies of #EA98D8
Complementary color
Monochromatic Colors of #EA98D8
Black with #EA98D8
Text Example
Text Example
White with #EA98D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA98D8; }
p { color: rgb(234,152,216); }
H1.HeaderClassName
{
color: #EA98D8;
}
.AnyTagClassName
{
color: #EA98D8;
}
</style>
background-color css
<style>
a { background-color: #EA98D8; }
a { background-color: rgb(234,152,216); }
div.DivClassName
{
background-color: #EA98D8;
}
.BgClassName
{
background-color: #EA98D8;
}
</style>
border-color css
<style>
span { border-color: #EA98D8; }
span { border-color: rgb(234,152,216); }
td.TdClassName
{
border-color: #EA98D8;
}
.TagClassName
{
border-color: #EA98D8;
}
</style>