Shades of Razzle Dazzle Rose #E036D4
Tints of Razzle Dazzle Rose #E036D4
RGB
CMYK
RGB Variations
Color information
#E036D4 (or 0xE036D4) is known color: Razzle Dazzle Rose. HEX triplet: E0, 36 and D4. RGB value is (224,54,212). Sum of RGB (Red+Green+Blue) = 224+54+212=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 54 (21.48% from 255 or 11.02% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E036D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E036D4 is #1FC92B. Grayscale: #7A7A7A. Windows color (decimal): -2083116 or 13907680. OLE color: 13907680.
HSL color Cylindrical-coordinate representation of color #E036D4: hue angle of 304.24º 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 #E036D4 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 212 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.12 |
| HSL | 304.24º | 0.73% | 0.55% | - |
| HSV(B) | 304.24º | 0.76% | 0.88% | - |
| XYZ | 43.94 | 23.24 | 64.46 | - |
| YUV | 122.84 | 178.32 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 212 | 0 | 0.76 | 0.05 | 0.12 | 304.24 | 0.73 | 0.55 |
| Hex | E0 | 36 | D4 | 0 | 4C | 5 | C | 130 | 49 | 37 |
| Octal | 340 | 66 | 324 | 0 | 114 | 5 | 14 | 460 | 111 | 67 |
| Binary | 11100000 | 110110 | 11010100 | 0 | 1001100 | 101 | 1100 | 100110000 | 1001001 | 110111 |
Color Harmonies of #E036D4
Complementary color
Monochromatic Colors of #E036D4
Black with #E036D4
Text Example
Text Example
White with #E036D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E036D4; }
p { color: rgb(224,54,212); }
H1.HeaderClassName
{
color: #E036D4;
}
.AnyTagClassName
{
color: #E036D4;
}
</style>
background-color css
<style>
a { background-color: #E036D4; }
a { background-color: rgb(224,54,212); }
div.DivClassName
{
background-color: #E036D4;
}
.BgClassName
{
background-color: #E036D4;
}
</style>
border-color css
<style>
span { border-color: #E036D4; }
span { border-color: rgb(224,54,212); }
td.TdClassName
{
border-color: #E036D4;
}
.TagClassName
{
border-color: #E036D4;
}
</style>