Shades of Razzle Dazzle Rose #E92EDE
Tints of Razzle Dazzle Rose #E92EDE
RGB
CMYK
RGB Variations
Color information
#E92EDE (or 0xE92EDE) is known color: Razzle Dazzle Rose. HEX triplet: E9, 2E and DE. RGB value is (233,46,222). Sum of RGB (Red+Green+Blue) = 233+46+222=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E92EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E92EDE is #16D121. Grayscale: #797979. Windows color (decimal): -1495330 or 14561001. OLE color: 14561001.
HSL color Cylindrical-coordinate representation of color #E92EDE: hue angle of 303.53º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92EDE is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 46 | 222 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.09 |
| HSL | 303.53º | 0.81% | 0.55% | - |
| HSV(B) | 303.53º | 0.8% | 0.91% | - |
| XYZ | 47.77 | 24.55 | 71.33 | - |
| YUV | 121.98 | 184.45 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 46 | 222 | 0 | 0.80 | 0.05 | 0.09 | 303.53 | 0.81 | 0.55 |
| Hex | E9 | 2E | DE | 0 | 50 | 5 | 9 | 130 | 51 | 37 |
| Octal | 351 | 56 | 336 | 0 | 120 | 5 | 11 | 460 | 121 | 67 |
| Binary | 11101001 | 101110 | 11011110 | 0 | 1010000 | 101 | 1001 | 100110000 | 1010001 | 110111 |
Color Harmonies of #E92EDE
Complementary color
Monochromatic Colors of #E92EDE
Black with #E92EDE
Text Example
Text Example
White with #E92EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92EDE; }
p { color: rgb(233,46,222); }
H1.HeaderClassName
{
color: #E92EDE;
}
.AnyTagClassName
{
color: #E92EDE;
}
</style>
background-color css
<style>
a { background-color: #E92EDE; }
a { background-color: rgb(233,46,222); }
div.DivClassName
{
background-color: #E92EDE;
}
.BgClassName
{
background-color: #E92EDE;
}
</style>
border-color css
<style>
span { border-color: #E92EDE; }
span { border-color: rgb(233,46,222); }
td.TdClassName
{
border-color: #E92EDE;
}
.TagClassName
{
border-color: #E92EDE;
}
</style>