Shades of Lavender Rose #E992D2
Tints of Lavender Rose #E992D2
RGB
CMYK
RGB Variations
Color information
#E992D2 (or 0xE992D2) is known color: Lavender Rose. HEX triplet: E9, 92 and D2. RGB value is (233,146,210). Sum of RGB (Red+Green+Blue) = 233+146+210=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E992D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992D2 is #166D2D. Grayscale: #B3B3B3. Windows color (decimal): -1469742 or 13800169. OLE color: 13800169.
HSL color Cylindrical-coordinate representation of color #E992D2: hue angle of 315.86º 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 #E992D2 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 210 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.09 |
| HSL | 315.86º | 0.66% | 0.74% | - |
| HSV(B) | 315.86º | 0.37% | 0.91% | - |
| XYZ | 55.52 | 42.53 | 66.26 | - |
| YUV | 179.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 210 | 0 | 0.37 | 0.10 | 0.09 | 315.86 | 0.66 | 0.74 |
| Hex | E9 | 92 | D2 | 0 | 25 | A | 9 | 13C | 42 | 4A |
| Octal | 351 | 222 | 322 | 0 | 45 | 12 | 11 | 474 | 102 | 112 |
| Binary | 11101001 | 10010010 | 11010010 | 0 | 100101 | 1010 | 1001 | 100111100 | 1000010 | 1001010 |
Color Harmonies of #E992D2
Complementary color
Monochromatic Colors of #E992D2
Black with #E992D2
Text Example
Text Example
White with #E992D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992D2; }
p { color: rgb(233,146,210); }
H1.HeaderClassName
{
color: #E992D2;
}
.AnyTagClassName
{
color: #E992D2;
}
</style>
background-color css
<style>
a { background-color: #E992D2; }
a { background-color: rgb(233,146,210); }
div.DivClassName
{
background-color: #E992D2;
}
.BgClassName
{
background-color: #E992D2;
}
</style>
border-color css
<style>
span { border-color: #E992D2; }
span { border-color: rgb(233,146,210); }
td.TdClassName
{
border-color: #E992D2;
}
.TagClassName
{
border-color: #E992D2;
}
</style>