Shades of Razzle Dazzle Rose #E92ADE
Tints of Razzle Dazzle Rose #E92ADE
RGB
CMYK
RGB Variations
Color information
#E92ADE (or 0xE92ADE) is known color: Razzle Dazzle Rose. HEX triplet: E9, 2A and DE. RGB value is (233,42,222). Sum of RGB (Red+Green+Blue) = 233+42+222=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 42 (16.80% from 255 or 8.45% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E92ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E92ADE is #16D521. Grayscale: #777777. Windows color (decimal): -1496354 or 14559977. OLE color: 14559977.
HSL color Cylindrical-coordinate representation of color #E92ADE: hue angle of 303.46º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92ADE is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 222 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.09 |
| HSL | 303.46º | 0.81% | 0.54% | - |
| HSV(B) | 303.46º | 0.82% | 0.91% | - |
| XYZ | 47.62 | 24.25 | 71.28 | - |
| YUV | 119.63 | 185.78 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 222 | 0 | 0.82 | 0.05 | 0.09 | 303.46 | 0.81 | 0.54 |
| Hex | E9 | 2A | DE | 0 | 52 | 5 | 9 | 12F | 51 | 36 |
| Octal | 351 | 52 | 336 | 0 | 122 | 5 | 11 | 457 | 121 | 66 |
| Binary | 11101001 | 101010 | 11011110 | 0 | 1010010 | 101 | 1001 | 100101111 | 1010001 | 110110 |
Color Harmonies of #E92ADE
Complementary color
Monochromatic Colors of #E92ADE
Black with #E92ADE
Text Example
Text Example
White with #E92ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92ADE; }
p { color: rgb(233,42,222); }
H1.HeaderClassName
{
color: #E92ADE;
}
.AnyTagClassName
{
color: #E92ADE;
}
</style>
background-color css
<style>
a { background-color: #E92ADE; }
a { background-color: rgb(233,42,222); }
div.DivClassName
{
background-color: #E92ADE;
}
.BgClassName
{
background-color: #E92ADE;
}
</style>
border-color css
<style>
span { border-color: #E92ADE; }
span { border-color: rgb(233,42,222); }
td.TdClassName
{
border-color: #E92ADE;
}
.TagClassName
{
border-color: #E92ADE;
}
</style>