Shades of Lavender Rose #EA9BD4
Tints of Lavender Rose #EA9BD4
RGB
CMYK
RGB Variations
Color information
#EA9BD4 (or 0xEA9BD4) is known color: Lavender Rose. HEX triplet: EA, 9B and D4. RGB value is (234,155,212). Sum of RGB (Red+Green+Blue) = 234+155+212=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9BD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9BD4 is #15642B. Grayscale: #B8B8B8. Windows color (decimal): -1401900 or 13933546. OLE color: 13933546.
HSL color Cylindrical-coordinate representation of color #EA9BD4: hue angle of 316.71º degrees, saturation: 0.65, 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 #EA9BD4 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 155 | 212 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.08 |
| HSL | 316.71º | 0.65% | 0.76% | - |
| HSV(B) | 316.71º | 0.34% | 0.92% | - |
| XYZ | 57.54 | 45.69 | 68.07 | - |
| YUV | 185.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 155 | 212 | 0 | 0.34 | 0.09 | 0.08 | 316.71 | 0.65 | 0.76 |
| Hex | EA | 9B | D4 | 0 | 22 | 9 | 8 | 13D | 41 | 4C |
| Octal | 352 | 233 | 324 | 0 | 42 | 11 | 10 | 475 | 101 | 114 |
| Binary | 11101010 | 10011011 | 11010100 | 0 | 100010 | 1001 | 1000 | 100111101 | 1000001 | 1001100 |
Color Harmonies of #EA9BD4
Complementary color
Monochromatic Colors of #EA9BD4
Black with #EA9BD4
Text Example
Text Example
White with #EA9BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9BD4; }
p { color: rgb(234,155,212); }
H1.HeaderClassName
{
color: #EA9BD4;
}
.AnyTagClassName
{
color: #EA9BD4;
}
</style>
background-color css
<style>
a { background-color: #EA9BD4; }
a { background-color: rgb(234,155,212); }
div.DivClassName
{
background-color: #EA9BD4;
}
.BgClassName
{
background-color: #EA9BD4;
}
</style>
border-color css
<style>
span { border-color: #EA9BD4; }
span { border-color: rgb(234,155,212); }
td.TdClassName
{
border-color: #EA9BD4;
}
.TagClassName
{
border-color: #EA9BD4;
}
</style>