Shades of Razzle Dazzle Rose #E92DD5
Tints of Razzle Dazzle Rose #E92DD5
RGB
CMYK
RGB Variations
Color information
#E92DD5 (or 0xE92DD5) is known color: Razzle Dazzle Rose. HEX triplet: E9, 2D and D5. RGB value is (233,45,213). Sum of RGB (Red+Green+Blue) = 233+45+213=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E92DD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E92DD5 is #16D22A. Grayscale: #777777. Windows color (decimal): -1495595 or 13970921. OLE color: 13970921.
HSL color Cylindrical-coordinate representation of color #E92DD5: hue angle of 306.38º 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 #E92DD5 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 213 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.09 |
| HSL | 306.38º | 0.81% | 0.55% | - |
| HSV(B) | 306.38º | 0.81% | 0.91% | - |
| XYZ | 46.55 | 24 | 65.13 | - |
| YUV | 120.36 | 180.28 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 213 | 0 | 0.81 | 0.09 | 0.09 | 306.38 | 0.81 | 0.55 |
| Hex | E9 | 2D | D5 | 0 | 51 | 9 | 9 | 132 | 51 | 37 |
| Octal | 351 | 55 | 325 | 0 | 121 | 11 | 11 | 462 | 121 | 67 |
| Binary | 11101001 | 101101 | 11010101 | 0 | 1010001 | 1001 | 1001 | 100110010 | 1010001 | 110111 |
Color Harmonies of #E92DD5
Complementary color
Monochromatic Colors of #E92DD5
Black with #E92DD5
Text Example
Text Example
White with #E92DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92DD5; }
p { color: rgb(233,45,213); }
H1.HeaderClassName
{
color: #E92DD5;
}
.AnyTagClassName
{
color: #E92DD5;
}
</style>
background-color css
<style>
a { background-color: #E92DD5; }
a { background-color: rgb(233,45,213); }
div.DivClassName
{
background-color: #E92DD5;
}
.BgClassName
{
background-color: #E92DD5;
}
</style>
border-color css
<style>
span { border-color: #E92DD5; }
span { border-color: rgb(233,45,213); }
td.TdClassName
{
border-color: #E92DD5;
}
.TagClassName
{
border-color: #E92DD5;
}
</style>