Shades of Razzle Dazzle Rose #E92CCC
Tints of Razzle Dazzle Rose #E92CCC
RGB
CMYK
RGB Variations
Color information
#E92CCC (or 0xE92CCC) is known color: Razzle Dazzle Rose. HEX triplet: E9, 2C and CC. RGB value is (233,44,204). Sum of RGB (Red+Green+Blue) = 233+44+204=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E92CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E92CCC is #16D333. Grayscale: #767676. Windows color (decimal): -1495860 or 13380841. OLE color: 13380841.
HSL color Cylindrical-coordinate representation of color #E92CCC: hue angle of 309.21º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92CCC is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 204 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.09 |
| HSL | 309.21º | 0.81% | 0.54% | - |
| HSV(B) | 309.21º | 0.81% | 0.91% | - |
| XYZ | 45.4 | 23.48 | 59.27 | - |
| YUV | 118.75 | 176.12 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 204 | 0 | 0.81 | 0.12 | 0.09 | 309.21 | 0.81 | 0.54 |
| Hex | E9 | 2C | CC | 0 | 51 | C | 9 | 135 | 51 | 36 |
| Octal | 351 | 54 | 314 | 0 | 121 | 14 | 11 | 465 | 121 | 66 |
| Binary | 11101001 | 101100 | 11001100 | 0 | 1010001 | 1100 | 1001 | 100110101 | 1010001 | 110110 |
Color Harmonies of #E92CCC
Complementary color
Monochromatic Colors of #E92CCC
Black with #E92CCC
Text Example
Text Example
White with #E92CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92CCC; }
p { color: rgb(233,44,204); }
H1.HeaderClassName
{
color: #E92CCC;
}
.AnyTagClassName
{
color: #E92CCC;
}
</style>
background-color css
<style>
a { background-color: #E92CCC; }
a { background-color: rgb(233,44,204); }
div.DivClassName
{
background-color: #E92CCC;
}
.BgClassName
{
background-color: #E92CCC;
}
</style>
border-color css
<style>
span { border-color: #E92CCC; }
span { border-color: rgb(233,44,204); }
td.TdClassName
{
border-color: #E92CCC;
}
.TagClassName
{
border-color: #E92CCC;
}
</style>