Shades of Razzle Dazzle Rose #E02CCD
Tints of Razzle Dazzle Rose #E02CCD
RGB
CMYK
RGB Variations
Color information
#E02CCD (or 0xE02CCD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2C and CD. RGB value is (224,44,205). Sum of RGB (Red+Green+Blue) = 224+44+205=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E02CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02CCD is #1FD332. Grayscale: #737373. Windows color (decimal): -2085683 or 13446368. OLE color: 13446368.
HSL color Cylindrical-coordinate representation of color #E02CCD: hue angle of 306.33º 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 #E02CCD is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 205 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.12 |
| HSL | 306.33º | 0.74% | 0.53% | - |
| HSV(B) | 306.33º | 0.8% | 0.88% | - |
| XYZ | 42.66 | 22.06 | 59.77 | - |
| YUV | 116.17 | 178.13 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 205 | 0 | 0.80 | 0.08 | 0.12 | 306.33 | 0.74 | 0.53 |
| Hex | E0 | 2C | CD | 0 | 50 | 8 | C | 132 | 4A | 35 |
| Octal | 340 | 54 | 315 | 0 | 120 | 10 | 14 | 462 | 112 | 65 |
| Binary | 11100000 | 101100 | 11001101 | 0 | 1010000 | 1000 | 1100 | 100110010 | 1001010 | 110101 |
Color Harmonies of #E02CCD
Complementary color
Monochromatic Colors of #E02CCD
Black with #E02CCD
Text Example
Text Example
White with #E02CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02CCD; }
p { color: rgb(224,44,205); }
H1.HeaderClassName
{
color: #E02CCD;
}
.AnyTagClassName
{
color: #E02CCD;
}
</style>
background-color css
<style>
a { background-color: #E02CCD; }
a { background-color: rgb(224,44,205); }
div.DivClassName
{
background-color: #E02CCD;
}
.BgClassName
{
background-color: #E02CCD;
}
</style>
border-color css
<style>
span { border-color: #E02CCD; }
span { border-color: rgb(224,44,205); }
td.TdClassName
{
border-color: #E02CCD;
}
.TagClassName
{
border-color: #E02CCD;
}
</style>