Shades of Lavender Rose #EA95D7
Tints of Lavender Rose #EA95D7
RGB
CMYK
RGB Variations
Color information
#EA95D7 (or 0xEA95D7) is known color: Lavender Rose. HEX triplet: EA, 95 and D7. RGB value is (234,149,215). Sum of RGB (Red+Green+Blue) = 234+149+215=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA95D7 is #156A28. Grayscale: #B5B5B5. Windows color (decimal): -1403433 or 14128618. OLE color: 14128618.
HSL color Cylindrical-coordinate representation of color #EA95D7: hue angle of 313.41º 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 #EA95D7 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 215 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.08 |
| HSL | 313.41º | 0.67% | 0.75% | - |
| HSV(B) | 313.41º | 0.36% | 0.92% | - |
| XYZ | 56.94 | 43.89 | 69.76 | - |
| YUV | 181.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 215 | 0 | 0.36 | 0.08 | 0.08 | 313.41 | 0.67 | 0.75 |
| Hex | EA | 95 | D7 | 0 | 24 | 8 | 8 | 139 | 43 | 4B |
| Octal | 352 | 225 | 327 | 0 | 44 | 10 | 10 | 471 | 103 | 113 |
| Binary | 11101010 | 10010101 | 11010111 | 0 | 100100 | 1000 | 1000 | 100111001 | 1000011 | 1001011 |
Color Harmonies of #EA95D7
Complementary color
Monochromatic Colors of #EA95D7
Black with #EA95D7
Text Example
Text Example
White with #EA95D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA95D7; }
p { color: rgb(234,149,215); }
H1.HeaderClassName
{
color: #EA95D7;
}
.AnyTagClassName
{
color: #EA95D7;
}
</style>
background-color css
<style>
a { background-color: #EA95D7; }
a { background-color: rgb(234,149,215); }
div.DivClassName
{
background-color: #EA95D7;
}
.BgClassName
{
background-color: #EA95D7;
}
</style>
border-color css
<style>
span { border-color: #EA95D7; }
span { border-color: rgb(234,149,215); }
td.TdClassName
{
border-color: #EA95D7;
}
.TagClassName
{
border-color: #EA95D7;
}
</style>