Shades of Razzle Dazzle Rose #E92DD6
Tints of Razzle Dazzle Rose #E92DD6
RGB
CMYK
RGB Variations
Color information
#E92DD6 (or 0xE92DD6) is known color: Razzle Dazzle Rose. HEX triplet: E9, 2D and D6. RGB value is (233,45,214). Sum of RGB (Red+Green+Blue) = 233+45+214=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 45 (17.97% from 255 or 9.15% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E92DD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E92DD6 is #16D229. Grayscale: #777777. Windows color (decimal): -1495594 or 14036457. OLE color: 14036457.
HSL color Cylindrical-coordinate representation of color #E92DD6: hue angle of 306.06º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92DD6 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 214 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.09 |
| HSL | 306.06º | 0.81% | 0.55% | - |
| HSV(B) | 306.06º | 0.81% | 0.91% | - |
| XYZ | 46.68 | 24.06 | 65.8 | - |
| YUV | 120.48 | 180.78 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 214 | 0 | 0.81 | 0.08 | 0.09 | 306.06 | 0.81 | 0.55 |
| Hex | E9 | 2D | D6 | 0 | 51 | 8 | 9 | 132 | 51 | 37 |
| Octal | 351 | 55 | 326 | 0 | 121 | 10 | 11 | 462 | 121 | 67 |
| Binary | 11101001 | 101101 | 11010110 | 0 | 1010001 | 1000 | 1001 | 100110010 | 1010001 | 110111 |
Color Harmonies of #E92DD6
Complementary color
Monochromatic Colors of #E92DD6
Black with #E92DD6
Text Example
Text Example
White with #E92DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92DD6; }
p { color: rgb(233,45,214); }
H1.HeaderClassName
{
color: #E92DD6;
}
.AnyTagClassName
{
color: #E92DD6;
}
</style>
background-color css
<style>
a { background-color: #E92DD6; }
a { background-color: rgb(233,45,214); }
div.DivClassName
{
background-color: #E92DD6;
}
.BgClassName
{
background-color: #E92DD6;
}
</style>
border-color css
<style>
span { border-color: #E92DD6; }
span { border-color: rgb(233,45,214); }
td.TdClassName
{
border-color: #E92DD6;
}
.TagClassName
{
border-color: #E92DD6;
}
</style>