Shades of Lavender Rose #EA91D3
Tints of Lavender Rose #EA91D3
RGB
CMYK
RGB Variations
Color information
#EA91D3 (or 0xEA91D3) is known color: Lavender Rose. HEX triplet: EA, 91 and D3. RGB value is (234,145,211). Sum of RGB (Red+Green+Blue) = 234+145+211=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA91D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA91D3 is #156E2C. Grayscale: #B2B2B2. Windows color (decimal): -1404461 or 13865450. OLE color: 13865450.
HSL color Cylindrical-coordinate representation of color #EA91D3: hue angle of 315.51º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA91D3 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 211 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.08 |
| HSL | 315.51º | 0.68% | 0.74% | - |
| HSV(B) | 315.51º | 0.38% | 0.92% | - |
| XYZ | 55.81 | 42.45 | 66.88 | - |
| YUV | 179.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 211 | 0 | 0.38 | 0.10 | 0.08 | 315.51 | 0.68 | 0.74 |
| Hex | EA | 91 | D3 | 0 | 26 | A | 8 | 13C | 44 | 4A |
| Octal | 352 | 221 | 323 | 0 | 46 | 12 | 10 | 474 | 104 | 112 |
| Binary | 11101010 | 10010001 | 11010011 | 0 | 100110 | 1010 | 1000 | 100111100 | 1000100 | 1001010 |
Color Harmonies of #EA91D3
Complementary color
Monochromatic Colors of #EA91D3
Black with #EA91D3
Text Example
Text Example
White with #EA91D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA91D3; }
p { color: rgb(234,145,211); }
H1.HeaderClassName
{
color: #EA91D3;
}
.AnyTagClassName
{
color: #EA91D3;
}
</style>
background-color css
<style>
a { background-color: #EA91D3; }
a { background-color: rgb(234,145,211); }
div.DivClassName
{
background-color: #EA91D3;
}
.BgClassName
{
background-color: #EA91D3;
}
</style>
border-color css
<style>
span { border-color: #EA91D3; }
span { border-color: rgb(234,145,211); }
td.TdClassName
{
border-color: #EA91D3;
}
.TagClassName
{
border-color: #EA91D3;
}
</style>