Shades of Lavender Rose #E995D5
Tints of Lavender Rose #E995D5
RGB
CMYK
RGB Variations
Color information
#E995D5 (or 0xE995D5) is known color: Lavender Rose. HEX triplet: E9, 95 and D5. RGB value is (233,149,213). Sum of RGB (Red+Green+Blue) = 233+149+213=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E995D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995D5 is #166A2A. Grayscale: #B5B5B5. Windows color (decimal): -1468971 or 13997545. OLE color: 13997545.
HSL color Cylindrical-coordinate representation of color #E995D5: hue angle of 314.29º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E995D5 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 213 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.09 |
| HSL | 314.29º | 0.66% | 0.75% | - |
| HSV(B) | 314.29º | 0.36% | 0.91% | - |
| XYZ | 56.36 | 43.62 | 68.4 | - |
| YUV | 181.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 213 | 0 | 0.36 | 0.09 | 0.09 | 314.29 | 0.66 | 0.75 |
| Hex | E9 | 95 | D5 | 0 | 24 | 9 | 9 | 13A | 42 | 4B |
| Octal | 351 | 225 | 325 | 0 | 44 | 11 | 11 | 472 | 102 | 113 |
| Binary | 11101001 | 10010101 | 11010101 | 0 | 100100 | 1001 | 1001 | 100111010 | 1000010 | 1001011 |
Color Harmonies of #E995D5
Complementary color
Monochromatic Colors of #E995D5
Black with #E995D5
Text Example
Text Example
White with #E995D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E995D5; }
p { color: rgb(233,149,213); }
H1.HeaderClassName
{
color: #E995D5;
}
.AnyTagClassName
{
color: #E995D5;
}
</style>
background-color css
<style>
a { background-color: #E995D5; }
a { background-color: rgb(233,149,213); }
div.DivClassName
{
background-color: #E995D5;
}
.BgClassName
{
background-color: #E995D5;
}
</style>
border-color css
<style>
span { border-color: #E995D5; }
span { border-color: rgb(233,149,213); }
td.TdClassName
{
border-color: #E995D5;
}
.TagClassName
{
border-color: #E995D5;
}
</style>