Shades of Lavender Rose #EA9AD1
Tints of Lavender Rose #EA9AD1
RGB
CMYK
RGB Variations
Color information
#EA9AD1 (or 0xEA9AD1) is known color: Lavender Rose. HEX triplet: EA, 9A and D1. RGB value is (234,154,209). Sum of RGB (Red+Green+Blue) = 234+154+209=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9AD1 is #15652E. Grayscale: #B8B8B8. Windows color (decimal): -1402159 or 13736682. OLE color: 13736682.
HSL color Cylindrical-coordinate representation of color #EA9AD1: hue angle of 318.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9AD1 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 209 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.08 |
| HSL | 318.75º | 0.66% | 0.76% | - |
| HSV(B) | 318.75º | 0.34% | 0.92% | - |
| XYZ | 57 | 45.21 | 66.04 | - |
| YUV | 184.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 209 | 0 | 0.34 | 0.11 | 0.08 | 318.75 | 0.66 | 0.76 |
| Hex | EA | 9A | D1 | 0 | 22 | B | 8 | 13F | 42 | 4C |
| Octal | 352 | 232 | 321 | 0 | 42 | 13 | 10 | 477 | 102 | 114 |
| Binary | 11101010 | 10011010 | 11010001 | 0 | 100010 | 1011 | 1000 | 100111111 | 1000010 | 1001100 |
Color Harmonies of #EA9AD1
Complementary color
Monochromatic Colors of #EA9AD1
Black with #EA9AD1
Text Example
Text Example
White with #EA9AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9AD1; }
p { color: rgb(234,154,209); }
H1.HeaderClassName
{
color: #EA9AD1;
}
.AnyTagClassName
{
color: #EA9AD1;
}
</style>
background-color css
<style>
a { background-color: #EA9AD1; }
a { background-color: rgb(234,154,209); }
div.DivClassName
{
background-color: #EA9AD1;
}
.BgClassName
{
background-color: #EA9AD1;
}
</style>
border-color css
<style>
span { border-color: #EA9AD1; }
span { border-color: rgb(234,154,209); }
td.TdClassName
{
border-color: #EA9AD1;
}
.TagClassName
{
border-color: #EA9AD1;
}
</style>