Shades of Lavender Rose #E994D1
Tints of Lavender Rose #E994D1
RGB
CMYK
RGB Variations
Color information
#E994D1 (or 0xE994D1) is known color: Lavender Rose. HEX triplet: E9, 94 and D1. RGB value is (233,148,209). Sum of RGB (Red+Green+Blue) = 233+148+209=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E994D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E994D1 is #166B2E. Grayscale: #B4B4B4. Windows color (decimal): -1469231 or 13735145. OLE color: 13735145.
HSL color Cylindrical-coordinate representation of color #E994D1: hue angle of 316.94º 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 #E994D1 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 148 | 209 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.09 |
| HSL | 316.94º | 0.66% | 0.75% | - |
| HSV(B) | 316.94º | 0.36% | 0.91% | - |
| XYZ | 55.7 | 43.11 | 65.71 | - |
| YUV | 180.37 | 144.16 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 209 | 0 | 0.36 | 0.10 | 0.09 | 316.94 | 0.66 | 0.75 |
| Hex | E9 | 94 | D1 | 0 | 24 | A | 9 | 13D | 42 | 4B |
| Octal | 351 | 224 | 321 | 0 | 44 | 12 | 11 | 475 | 102 | 113 |
| Binary | 11101001 | 10010100 | 11010001 | 0 | 100100 | 1010 | 1001 | 100111101 | 1000010 | 1001011 |
Color Harmonies of #E994D1
Complementary color
Monochromatic Colors of #E994D1
Black with #E994D1
Text Example
Text Example
White with #E994D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E994D1; }
p { color: rgb(233,148,209); }
H1.HeaderClassName
{
color: #E994D1;
}
.AnyTagClassName
{
color: #E994D1;
}
</style>
background-color css
<style>
a { background-color: #E994D1; }
a { background-color: rgb(233,148,209); }
div.DivClassName
{
background-color: #E994D1;
}
.BgClassName
{
background-color: #E994D1;
}
</style>
border-color css
<style>
span { border-color: #E994D1; }
span { border-color: rgb(233,148,209); }
td.TdClassName
{
border-color: #E994D1;
}
.TagClassName
{
border-color: #E994D1;
}
</style>