Shades of Razzle Dazzle Rose #E036C8
Tints of Razzle Dazzle Rose #E036C8
RGB
CMYK
RGB Variations
Color information
#E036C8 (or 0xE036C8) is known color: Razzle Dazzle Rose. HEX triplet: E0, 36 and C8. RGB value is (224,54,200). Sum of RGB (Red+Green+Blue) = 224+54+200=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E036C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E036C8 is #1FC937. Grayscale: #797979. Windows color (decimal): -2083128 or 13121248. OLE color: 13121248.
HSL color Cylindrical-coordinate representation of color #E036C8: hue angle of 308.47º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E036C8 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 200 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.12 |
| HSL | 308.47º | 0.73% | 0.55% | - |
| HSV(B) | 308.47º | 0.76% | 0.88% | - |
| XYZ | 42.48 | 22.66 | 56.78 | - |
| YUV | 121.47 | 172.32 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 200 | 0 | 0.76 | 0.11 | 0.12 | 308.47 | 0.73 | 0.55 |
| Hex | E0 | 36 | C8 | 0 | 4C | B | C | 134 | 49 | 37 |
| Octal | 340 | 66 | 310 | 0 | 114 | 13 | 14 | 464 | 111 | 67 |
| Binary | 11100000 | 110110 | 11001000 | 0 | 1001100 | 1011 | 1100 | 100110100 | 1001001 | 110111 |
Color Harmonies of #E036C8
Complementary color
Monochromatic Colors of #E036C8
Black with #E036C8
Text Example
Text Example
White with #E036C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E036C8; }
p { color: rgb(224,54,200); }
H1.HeaderClassName
{
color: #E036C8;
}
.AnyTagClassName
{
color: #E036C8;
}
</style>
background-color css
<style>
a { background-color: #E036C8; }
a { background-color: rgb(224,54,200); }
div.DivClassName
{
background-color: #E036C8;
}
.BgClassName
{
background-color: #E036C8;
}
</style>
border-color css
<style>
span { border-color: #E036C8; }
span { border-color: rgb(224,54,200); }
td.TdClassName
{
border-color: #E036C8;
}
.TagClassName
{
border-color: #E036C8;
}
</style>