Shades of Razzle Dazzle Rose #E02CC0
Tints of Razzle Dazzle Rose #E02CC0
RGB
CMYK
RGB Variations
Color information
#E02CC0 (or 0xE02CC0) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2C and C0. RGB value is (224,44,192). Sum of RGB (Red+Green+Blue) = 224+44+192=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E02CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02CC0 is #1FD33F. Grayscale: #727272. Windows color (decimal): -2085696 or 12594400. OLE color: 12594400.
HSL color Cylindrical-coordinate representation of color #E02CC0: hue angle of 310.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02CC0 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 192 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.12 |
| HSL | 310.67º | 0.74% | 0.53% | - |
| HSV(B) | 310.67º | 0.8% | 0.88% | - |
| XYZ | 41.16 | 21.45 | 51.84 | - |
| YUV | 114.69 | 171.63 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 192 | 0 | 0.80 | 0.14 | 0.12 | 310.67 | 0.74 | 0.53 |
| Hex | E0 | 2C | C0 | 0 | 50 | E | C | 137 | 4A | 35 |
| Octal | 340 | 54 | 300 | 0 | 120 | 16 | 14 | 467 | 112 | 65 |
| Binary | 11100000 | 101100 | 11000000 | 0 | 1010000 | 1110 | 1100 | 100110111 | 1001010 | 110101 |
Color Harmonies of #E02CC0
Complementary color
Monochromatic Colors of #E02CC0
Black with #E02CC0
Text Example
Text Example
White with #E02CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02CC0; }
p { color: rgb(224,44,192); }
H1.HeaderClassName
{
color: #E02CC0;
}
.AnyTagClassName
{
color: #E02CC0;
}
</style>
background-color css
<style>
a { background-color: #E02CC0; }
a { background-color: rgb(224,44,192); }
div.DivClassName
{
background-color: #E02CC0;
}
.BgClassName
{
background-color: #E02CC0;
}
</style>
border-color css
<style>
span { border-color: #E02CC0; }
span { border-color: rgb(224,44,192); }
td.TdClassName
{
border-color: #E02CC0;
}
.TagClassName
{
border-color: #E02CC0;
}
</style>