Shades of Razzle Dazzle Rose #E32ECC
Tints of Razzle Dazzle Rose #E32ECC
RGB
CMYK
RGB Variations
Color information
#E32ECC (or 0xE32ECC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2E and CC. RGB value is (227,46,204). Sum of RGB (Red+Green+Blue) = 227+46+204=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E32ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32ECC is #1CD133. Grayscale: #757575. Windows color (decimal): -1888564 or 13381347. OLE color: 13381347.
HSL color Cylindrical-coordinate representation of color #E32ECC: hue angle of 307.62º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32ECC is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 204 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.11 |
| HSL | 307.62º | 0.76% | 0.54% | - |
| HSV(B) | 307.62º | 0.8% | 0.89% | - |
| XYZ | 43.55 | 22.64 | 59.2 | - |
| YUV | 118.13 | 176.47 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 204 | 0 | 0.80 | 0.10 | 0.11 | 307.62 | 0.76 | 0.54 |
| Hex | E3 | 2E | CC | 0 | 50 | A | B | 134 | 4C | 36 |
| Octal | 343 | 56 | 314 | 0 | 120 | 12 | 13 | 464 | 114 | 66 |
| Binary | 11100011 | 101110 | 11001100 | 0 | 1010000 | 1010 | 1011 | 100110100 | 1001100 | 110110 |
Color Harmonies of #E32ECC
Complementary color
Monochromatic Colors of #E32ECC
Black with #E32ECC
Text Example
Text Example
White with #E32ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32ECC; }
p { color: rgb(227,46,204); }
H1.HeaderClassName
{
color: #E32ECC;
}
.AnyTagClassName
{
color: #E32ECC;
}
</style>
background-color css
<style>
a { background-color: #E32ECC; }
a { background-color: rgb(227,46,204); }
div.DivClassName
{
background-color: #E32ECC;
}
.BgClassName
{
background-color: #E32ECC;
}
</style>
border-color css
<style>
span { border-color: #E32ECC; }
span { border-color: rgb(227,46,204); }
td.TdClassName
{
border-color: #E32ECC;
}
.TagClassName
{
border-color: #E32ECC;
}
</style>