Shades of Lavender Rose #E992D3
Tints of Lavender Rose #E992D3
RGB
CMYK
RGB Variations
Color information
#E992D3 (or 0xE992D3) is known color: Lavender Rose. HEX triplet: E9, 92 and D3. RGB value is (233,146,211). Sum of RGB (Red+Green+Blue) = 233+146+211=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E992D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992D3 is #166D2C. Grayscale: #B3B3B3. Windows color (decimal): -1469741 or 13865705. OLE color: 13865705.
HSL color Cylindrical-coordinate representation of color #E992D3: hue angle of 315.17º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E992D3 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 211 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.09 |
| HSL | 315.17º | 0.66% | 0.74% | - |
| HSV(B) | 315.17º | 0.37% | 0.91% | - |
| XYZ | 55.64 | 42.58 | 66.92 | - |
| YUV | 179.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 211 | 0 | 0.37 | 0.09 | 0.09 | 315.17 | 0.66 | 0.74 |
| Hex | E9 | 92 | D3 | 0 | 25 | 9 | 9 | 13B | 42 | 4A |
| Octal | 351 | 222 | 323 | 0 | 45 | 11 | 11 | 473 | 102 | 112 |
| Binary | 11101001 | 10010010 | 11010011 | 0 | 100101 | 1001 | 1001 | 100111011 | 1000010 | 1001010 |
Color Harmonies of #E992D3
Complementary color
Monochromatic Colors of #E992D3
Black with #E992D3
Text Example
Text Example
White with #E992D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992D3; }
p { color: rgb(233,146,211); }
H1.HeaderClassName
{
color: #E992D3;
}
.AnyTagClassName
{
color: #E992D3;
}
</style>
background-color css
<style>
a { background-color: #E992D3; }
a { background-color: rgb(233,146,211); }
div.DivClassName
{
background-color: #E992D3;
}
.BgClassName
{
background-color: #E992D3;
}
</style>
border-color css
<style>
span { border-color: #E992D3; }
span { border-color: rgb(233,146,211); }
td.TdClassName
{
border-color: #E992D3;
}
.TagClassName
{
border-color: #E992D3;
}
</style>