Shades of Lavender Rose #EA95D1
Tints of Lavender Rose #EA95D1
RGB
CMYK
RGB Variations
Color information
#EA95D1 (or 0xEA95D1) is known color: Lavender Rose. HEX triplet: EA, 95 and D1. RGB value is (234,149,209). Sum of RGB (Red+Green+Blue) = 234+149+209=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA95D1 is #156A2E. Grayscale: #B5B5B5. Windows color (decimal): -1403439 or 13735402. OLE color: 13735402.
HSL color Cylindrical-coordinate representation of color #EA95D1: hue angle of 317.65º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA95D1 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 209 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.08 |
| HSL | 317.65º | 0.67% | 0.75% | - |
| HSV(B) | 317.65º | 0.36% | 0.92% | - |
| XYZ | 56.19 | 43.59 | 65.77 | - |
| YUV | 181.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 209 | 0 | 0.36 | 0.11 | 0.08 | 317.65 | 0.67 | 0.75 |
| Hex | EA | 95 | D1 | 0 | 24 | B | 8 | 13E | 43 | 4B |
| Octal | 352 | 225 | 321 | 0 | 44 | 13 | 10 | 476 | 103 | 113 |
| Binary | 11101010 | 10010101 | 11010001 | 0 | 100100 | 1011 | 1000 | 100111110 | 1000011 | 1001011 |
Color Harmonies of #EA95D1
Complementary color
Monochromatic Colors of #EA95D1
Black with #EA95D1
Text Example
Text Example
White with #EA95D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA95D1; }
p { color: rgb(234,149,209); }
H1.HeaderClassName
{
color: #EA95D1;
}
.AnyTagClassName
{
color: #EA95D1;
}
</style>
background-color css
<style>
a { background-color: #EA95D1; }
a { background-color: rgb(234,149,209); }
div.DivClassName
{
background-color: #EA95D1;
}
.BgClassName
{
background-color: #EA95D1;
}
</style>
border-color css
<style>
span { border-color: #EA95D1; }
span { border-color: rgb(234,149,209); }
td.TdClassName
{
border-color: #EA95D1;
}
.TagClassName
{
border-color: #EA95D1;
}
</style>