Shades of Lavender Rose #EA9BDC
Tints of Lavender Rose #EA9BDC
RGB
CMYK
RGB Variations
Color information
#EA9BDC (or 0xEA9BDC) is known color: Lavender Rose. HEX triplet: EA, 9B and DC. RGB value is (234,155,220). Sum of RGB (Red+Green+Blue) = 234+155+220=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9BDC is #156423. Grayscale: #B9B9B9. Windows color (decimal): -1401892 or 14457834. OLE color: 14457834.
HSL color Cylindrical-coordinate representation of color #EA9BDC: hue angle of 310.63º 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 #EA9BDC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 155 | 220 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.08 |
| HSL | 310.63º | 0.65% | 0.76% | - |
| HSV(B) | 310.63º | 0.34% | 0.92% | - |
| XYZ | 58.57 | 46.1 | 73.52 | - |
| YUV | 186.03 | 147.17 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 155 | 220 | 0 | 0.34 | 0.06 | 0.08 | 310.63 | 0.65 | 0.76 |
| Hex | EA | 9B | DC | 0 | 22 | 6 | 8 | 137 | 41 | 4C |
| Octal | 352 | 233 | 334 | 0 | 42 | 6 | 10 | 467 | 101 | 114 |
| Binary | 11101010 | 10011011 | 11011100 | 0 | 100010 | 110 | 1000 | 100110111 | 1000001 | 1001100 |
Color Harmonies of #EA9BDC
Complementary color
Monochromatic Colors of #EA9BDC
Black with #EA9BDC
Text Example
Text Example
White with #EA9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9BDC; }
p { color: rgb(234,155,220); }
H1.HeaderClassName
{
color: #EA9BDC;
}
.AnyTagClassName
{
color: #EA9BDC;
}
</style>
background-color css
<style>
a { background-color: #EA9BDC; }
a { background-color: rgb(234,155,220); }
div.DivClassName
{
background-color: #EA9BDC;
}
.BgClassName
{
background-color: #EA9BDC;
}
</style>
border-color css
<style>
span { border-color: #EA9BDC; }
span { border-color: rgb(234,155,220); }
td.TdClassName
{
border-color: #EA9BDC;
}
.TagClassName
{
border-color: #EA9BDC;
}
</style>