Shades of Razzle Dazzle Rose #E32DCC
Tints of Razzle Dazzle Rose #E32DCC
RGB
CMYK
RGB Variations
Color information
#E32DCC (or 0xE32DCC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2D and CC. RGB value is (227,45,204). Sum of RGB (Red+Green+Blue) = 227+45+204=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E32DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32DCC is #1CD233. Grayscale: #757575. Windows color (decimal): -1888820 or 13381091. OLE color: 13381091.
HSL color Cylindrical-coordinate representation of color #E32DCC: hue angle of 307.58º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32DCC is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 204 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.11 |
| HSL | 307.58º | 0.76% | 0.53% | - |
| HSV(B) | 307.58º | 0.8% | 0.89% | - |
| XYZ | 43.52 | 22.57 | 59.19 | - |
| YUV | 117.54 | 176.8 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 204 | 0 | 0.80 | 0.10 | 0.11 | 307.58 | 0.76 | 0.53 |
| Hex | E3 | 2D | CC | 0 | 50 | A | B | 134 | 4C | 35 |
| Octal | 343 | 55 | 314 | 0 | 120 | 12 | 13 | 464 | 114 | 65 |
| Binary | 11100011 | 101101 | 11001100 | 0 | 1010000 | 1010 | 1011 | 100110100 | 1001100 | 110101 |
Color Harmonies of #E32DCC
Complementary color
Monochromatic Colors of #E32DCC
Black with #E32DCC
Text Example
Text Example
White with #E32DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32DCC; }
p { color: rgb(227,45,204); }
H1.HeaderClassName
{
color: #E32DCC;
}
.AnyTagClassName
{
color: #E32DCC;
}
</style>
background-color css
<style>
a { background-color: #E32DCC; }
a { background-color: rgb(227,45,204); }
div.DivClassName
{
background-color: #E32DCC;
}
.BgClassName
{
background-color: #E32DCC;
}
</style>
border-color css
<style>
span { border-color: #E32DCC; }
span { border-color: rgb(227,45,204); }
td.TdClassName
{
border-color: #E32DCC;
}
.TagClassName
{
border-color: #E32DCC;
}
</style>