Shades of Razzle Dazzle Rose #E02ECD
Tints of Razzle Dazzle Rose #E02ECD
RGB
CMYK
RGB Variations
Color information
#E02ECD (or 0xE02ECD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2E and CD. RGB value is (224,46,205). Sum of RGB (Red+Green+Blue) = 224+46+205=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E02ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02ECD is #1FD132. Grayscale: #747474. Windows color (decimal): -2085171 or 13446880. OLE color: 13446880.
HSL color Cylindrical-coordinate representation of color #E02ECD: hue angle of 306.4º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02ECD is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 46 | 205 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.12 |
| HSL | 306.4º | 0.74% | 0.53% | - |
| HSV(B) | 306.4º | 0.79% | 0.88% | - |
| XYZ | 42.74 | 22.21 | 59.79 | - |
| YUV | 117.35 | 177.47 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 205 | 0 | 0.79 | 0.08 | 0.12 | 306.4 | 0.74 | 0.53 |
| Hex | E0 | 2E | CD | 0 | 4F | 8 | C | 132 | 4A | 35 |
| Octal | 340 | 56 | 315 | 0 | 117 | 10 | 14 | 462 | 112 | 65 |
| Binary | 11100000 | 101110 | 11001101 | 0 | 1001111 | 1000 | 1100 | 100110010 | 1001010 | 110101 |
Color Harmonies of #E02ECD
Complementary color
Monochromatic Colors of #E02ECD
Black with #E02ECD
Text Example
Text Example
White with #E02ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02ECD; }
p { color: rgb(224,46,205); }
H1.HeaderClassName
{
color: #E02ECD;
}
.AnyTagClassName
{
color: #E02ECD;
}
</style>
background-color css
<style>
a { background-color: #E02ECD; }
a { background-color: rgb(224,46,205); }
div.DivClassName
{
background-color: #E02ECD;
}
.BgClassName
{
background-color: #E02ECD;
}
</style>
border-color css
<style>
span { border-color: #E02ECD; }
span { border-color: rgb(224,46,205); }
td.TdClassName
{
border-color: #E02ECD;
}
.TagClassName
{
border-color: #E02ECD;
}
</style>