Shades of Razzle Dazzle Rose #E32DC0
Tints of Razzle Dazzle Rose #E32DC0
RGB
CMYK
RGB Variations
Color information
#E32DC0 (or 0xE32DC0) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2D and C0. RGB value is (227,45,192). Sum of RGB (Red+Green+Blue) = 227+45+192=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E32DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32DC0 is #1CD23F. Grayscale: #737373. Windows color (decimal): -1888832 or 12594659. OLE color: 12594659.
HSL color Cylindrical-coordinate representation of color #E32DC0: hue angle of 311.54º 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 #E32DC0 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 192 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.11 |
| HSL | 311.54º | 0.76% | 0.53% | - |
| HSV(B) | 311.54º | 0.8% | 0.89% | - |
| XYZ | 42.13 | 22.01 | 51.9 | - |
| YUV | 116.18 | 170.8 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 192 | 0 | 0.80 | 0.15 | 0.11 | 311.54 | 0.76 | 0.53 |
| Hex | E3 | 2D | C0 | 0 | 50 | F | B | 138 | 4C | 35 |
| Octal | 343 | 55 | 300 | 0 | 120 | 17 | 13 | 470 | 114 | 65 |
| Binary | 11100011 | 101101 | 11000000 | 0 | 1010000 | 1111 | 1011 | 100111000 | 1001100 | 110101 |
Color Harmonies of #E32DC0
Complementary color
Monochromatic Colors of #E32DC0
Black with #E32DC0
Text Example
Text Example
White with #E32DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32DC0; }
p { color: rgb(227,45,192); }
H1.HeaderClassName
{
color: #E32DC0;
}
.AnyTagClassName
{
color: #E32DC0;
}
</style>
background-color css
<style>
a { background-color: #E32DC0; }
a { background-color: rgb(227,45,192); }
div.DivClassName
{
background-color: #E32DC0;
}
.BgClassName
{
background-color: #E32DC0;
}
</style>
border-color css
<style>
span { border-color: #E32DC0; }
span { border-color: rgb(227,45,192); }
td.TdClassName
{
border-color: #E32DC0;
}
.TagClassName
{
border-color: #E32DC0;
}
</style>