Shades of Razzle Dazzle Rose #E02DC4
Tints of Razzle Dazzle Rose #E02DC4
RGB
CMYK
RGB Variations
Color information
#E02DC4 (or 0xE02DC4) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2D and C4. RGB value is (224,45,196). Sum of RGB (Red+Green+Blue) = 224+45+196=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02DC4 is #1FD23B. Grayscale: #737373. Windows color (decimal): -2085436 or 12856800. OLE color: 12856800.
HSL color Cylindrical-coordinate representation of color #E02DC4: hue angle of 309.39º 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 #E02DC4 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 196 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.12 |
| HSL | 309.39º | 0.74% | 0.53% | - |
| HSV(B) | 309.39º | 0.8% | 0.88% | - |
| XYZ | 41.64 | 21.71 | 54.22 | - |
| YUV | 115.74 | 173.3 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 196 | 0 | 0.80 | 0.12 | 0.12 | 309.39 | 0.74 | 0.53 |
| Hex | E0 | 2D | C4 | 0 | 50 | C | C | 135 | 4A | 35 |
| Octal | 340 | 55 | 304 | 0 | 120 | 14 | 14 | 465 | 112 | 65 |
| Binary | 11100000 | 101101 | 11000100 | 0 | 1010000 | 1100 | 1100 | 100110101 | 1001010 | 110101 |
Color Harmonies of #E02DC4
Complementary color
Monochromatic Colors of #E02DC4
Black with #E02DC4
Text Example
Text Example
White with #E02DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02DC4; }
p { color: rgb(224,45,196); }
H1.HeaderClassName
{
color: #E02DC4;
}
.AnyTagClassName
{
color: #E02DC4;
}
</style>
background-color css
<style>
a { background-color: #E02DC4; }
a { background-color: rgb(224,45,196); }
div.DivClassName
{
background-color: #E02DC4;
}
.BgClassName
{
background-color: #E02DC4;
}
</style>
border-color css
<style>
span { border-color: #E02DC4; }
span { border-color: rgb(224,45,196); }
td.TdClassName
{
border-color: #E02DC4;
}
.TagClassName
{
border-color: #E02DC4;
}
</style>