Shades of Razzle Dazzle Rose #E03EC4
Tints of Razzle Dazzle Rose #E03EC4
RGB
CMYK
RGB Variations
Color information
#E03EC4 (or 0xE03EC4) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3E and C4. RGB value is (224,62,196). Sum of RGB (Red+Green+Blue) = 224+62+196=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E03EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03EC4 is #1FC13B. Grayscale: #7D7D7D. Windows color (decimal): -2081084 or 12861152. OLE color: 12861152.
HSL color Cylindrical-coordinate representation of color #E03EC4: hue angle of 310.37º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E03EC4 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 62 | 196 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.12 |
| HSL | 310.37º | 0.72% | 0.56% | - |
| HSV(B) | 310.37º | 0.72% | 0.88% | - |
| XYZ | 42.43 | 23.28 | 54.48 | - |
| YUV | 125.71 | 167.67 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 62 | 196 | 0 | 0.72 | 0.12 | 0.12 | 310.37 | 0.72 | 0.56 |
| Hex | E0 | 3E | C4 | 0 | 48 | C | C | 136 | 48 | 38 |
| Octal | 340 | 76 | 304 | 0 | 110 | 14 | 14 | 466 | 110 | 70 |
| Binary | 11100000 | 111110 | 11000100 | 0 | 1001000 | 1100 | 1100 | 100110110 | 1001000 | 111000 |
Color Harmonies of #E03EC4
Complementary color
Monochromatic Colors of #E03EC4
Black with #E03EC4
Text Example
Text Example
White with #E03EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03EC4; }
p { color: rgb(224,62,196); }
H1.HeaderClassName
{
color: #E03EC4;
}
.AnyTagClassName
{
color: #E03EC4;
}
</style>
background-color css
<style>
a { background-color: #E03EC4; }
a { background-color: rgb(224,62,196); }
div.DivClassName
{
background-color: #E03EC4;
}
.BgClassName
{
background-color: #E03EC4;
}
</style>
border-color css
<style>
span { border-color: #E03EC4; }
span { border-color: rgb(224,62,196); }
td.TdClassName
{
border-color: #E03EC4;
}
.TagClassName
{
border-color: #E03EC4;
}
</style>