Shades of Lavender Rose #EA9AD3
Tints of Lavender Rose #EA9AD3
RGB
CMYK
RGB Variations
Color information
#EA9AD3 (or 0xEA9AD3) is known color: Lavender Rose. HEX triplet: EA, 9A and D3. RGB value is (234,154,211). Sum of RGB (Red+Green+Blue) = 234+154+211=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9AD3 is #15652C. Grayscale: #B8B8B8. Windows color (decimal): -1402157 or 13867754. OLE color: 13867754.
HSL color Cylindrical-coordinate representation of color #EA9AD3: hue angle of 317.25º 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 #EA9AD3 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 211 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.08 |
| HSL | 317.25º | 0.66% | 0.76% | - |
| HSV(B) | 317.25º | 0.34% | 0.92% | - |
| XYZ | 57.25 | 45.31 | 67.36 | - |
| YUV | 184.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 211 | 0 | 0.34 | 0.10 | 0.08 | 317.25 | 0.66 | 0.76 |
| Hex | EA | 9A | D3 | 0 | 22 | A | 8 | 13D | 42 | 4C |
| Octal | 352 | 232 | 323 | 0 | 42 | 12 | 10 | 475 | 102 | 114 |
| Binary | 11101010 | 10011010 | 11010011 | 0 | 100010 | 1010 | 1000 | 100111101 | 1000010 | 1001100 |
Color Harmonies of #EA9AD3
Complementary color
Monochromatic Colors of #EA9AD3
Black with #EA9AD3
Text Example
Text Example
White with #EA9AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9AD3; }
p { color: rgb(234,154,211); }
H1.HeaderClassName
{
color: #EA9AD3;
}
.AnyTagClassName
{
color: #EA9AD3;
}
</style>
background-color css
<style>
a { background-color: #EA9AD3; }
a { background-color: rgb(234,154,211); }
div.DivClassName
{
background-color: #EA9AD3;
}
.BgClassName
{
background-color: #EA9AD3;
}
</style>
border-color css
<style>
span { border-color: #EA9AD3; }
span { border-color: rgb(234,154,211); }
td.TdClassName
{
border-color: #EA9AD3;
}
.TagClassName
{
border-color: #EA9AD3;
}
</style>