Shades of Razzle Dazzle Rose #E024CD
Tints of Razzle Dazzle Rose #E024CD
RGB
CMYK
RGB Variations
Color information
#E024CD (or 0xE024CD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 24 and CD. RGB value is (224,36,205). Sum of RGB (Red+Green+Blue) = 224+36+205=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E024CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024CD is #1FDB32. Grayscale: #6E6E6E. Windows color (decimal): -2087731 or 13444320. OLE color: 13444320.
HSL color Cylindrical-coordinate representation of color #E024CD: hue angle of 306.06º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E024CD is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 205 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.12 |
| HSL | 306.06º | 0.75% | 0.51% | - |
| HSV(B) | 306.06º | 0.84% | 0.88% | - |
| XYZ | 42.39 | 21.52 | 59.68 | - |
| YUV | 111.48 | 180.78 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 205 | 0 | 0.84 | 0.08 | 0.12 | 306.06 | 0.75 | 0.51 |
| Hex | E0 | 24 | CD | 0 | 54 | 8 | C | 132 | 4B | 33 |
| Octal | 340 | 44 | 315 | 0 | 124 | 10 | 14 | 462 | 113 | 63 |
| Binary | 11100000 | 100100 | 11001101 | 0 | 1010100 | 1000 | 1100 | 100110010 | 1001011 | 110011 |
Color Harmonies of #E024CD
Complementary color
Monochromatic Colors of #E024CD
Black with #E024CD
Text Example
Text Example
White with #E024CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E024CD; }
p { color: rgb(224,36,205); }
H1.HeaderClassName
{
color: #E024CD;
}
.AnyTagClassName
{
color: #E024CD;
}
</style>
background-color css
<style>
a { background-color: #E024CD; }
a { background-color: rgb(224,36,205); }
div.DivClassName
{
background-color: #E024CD;
}
.BgClassName
{
background-color: #E024CD;
}
</style>
border-color css
<style>
span { border-color: #E024CD; }
span { border-color: rgb(224,36,205); }
td.TdClassName
{
border-color: #E024CD;
}
.TagClassName
{
border-color: #E024CD;
}
</style>