Shades of Razzle Dazzle Rose #E92AD5
Tints of Razzle Dazzle Rose #E92AD5
RGB
CMYK
RGB Variations
Color information
#E92AD5 (or 0xE92AD5) is known color: Razzle Dazzle Rose. HEX triplet: E9, 2A and D5. RGB value is (233,42,213). Sum of RGB (Red+Green+Blue) = 233+42+213=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E92AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E92AD5 is #16D52A. Grayscale: #767676. Windows color (decimal): -1496363 or 13970153. OLE color: 13970153.
HSL color Cylindrical-coordinate representation of color #E92AD5: hue angle of 306.28º 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 #E92AD5 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 213 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.09 |
| HSL | 306.28º | 0.81% | 0.54% | - |
| HSV(B) | 306.28º | 0.82% | 0.91% | - |
| XYZ | 46.44 | 23.78 | 65.09 | - |
| YUV | 118.6 | 181.28 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 213 | 0 | 0.82 | 0.09 | 0.09 | 306.28 | 0.81 | 0.54 |
| Hex | E9 | 2A | D5 | 0 | 52 | 9 | 9 | 132 | 51 | 36 |
| Octal | 351 | 52 | 325 | 0 | 122 | 11 | 11 | 462 | 121 | 66 |
| Binary | 11101001 | 101010 | 11010101 | 0 | 1010010 | 1001 | 1001 | 100110010 | 1010001 | 110110 |
Color Harmonies of #E92AD5
Complementary color
Monochromatic Colors of #E92AD5
Black with #E92AD5
Text Example
Text Example
White with #E92AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92AD5; }
p { color: rgb(233,42,213); }
H1.HeaderClassName
{
color: #E92AD5;
}
.AnyTagClassName
{
color: #E92AD5;
}
</style>
background-color css
<style>
a { background-color: #E92AD5; }
a { background-color: rgb(233,42,213); }
div.DivClassName
{
background-color: #E92AD5;
}
.BgClassName
{
background-color: #E92AD5;
}
</style>
border-color css
<style>
span { border-color: #E92AD5; }
span { border-color: rgb(233,42,213); }
td.TdClassName
{
border-color: #E92AD5;
}
.TagClassName
{
border-color: #E92AD5;
}
</style>