Shades of Razzle Dazzle Rose #E036CA
Tints of Razzle Dazzle Rose #E036CA
RGB
CMYK
RGB Variations
Color information
#E036CA (or 0xE036CA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 36 and CA. RGB value is (224,54,202). Sum of RGB (Red+Green+Blue) = 224+54+202=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E036CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E036CA is #1FC935. Grayscale: #797979. Windows color (decimal): -2083126 or 13252320. OLE color: 13252320.
HSL color Cylindrical-coordinate representation of color #E036CA: hue angle of 307.76º 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 #E036CA is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 202 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.12 |
| HSL | 307.76º | 0.73% | 0.55% | - |
| HSV(B) | 307.76º | 0.76% | 0.88% | - |
| XYZ | 42.72 | 22.75 | 58.02 | - |
| YUV | 121.7 | 173.32 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 202 | 0 | 0.76 | 0.10 | 0.12 | 307.76 | 0.73 | 0.55 |
| Hex | E0 | 36 | CA | 0 | 4C | A | C | 134 | 49 | 37 |
| Octal | 340 | 66 | 312 | 0 | 114 | 12 | 14 | 464 | 111 | 67 |
| Binary | 11100000 | 110110 | 11001010 | 0 | 1001100 | 1010 | 1100 | 100110100 | 1001001 | 110111 |
Color Harmonies of #E036CA
Complementary color
Monochromatic Colors of #E036CA
Black with #E036CA
Text Example
Text Example
White with #E036CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E036CA; }
p { color: rgb(224,54,202); }
H1.HeaderClassName
{
color: #E036CA;
}
.AnyTagClassName
{
color: #E036CA;
}
</style>
background-color css
<style>
a { background-color: #E036CA; }
a { background-color: rgb(224,54,202); }
div.DivClassName
{
background-color: #E036CA;
}
.BgClassName
{
background-color: #E036CA;
}
</style>
border-color css
<style>
span { border-color: #E036CA; }
span { border-color: rgb(224,54,202); }
td.TdClassName
{
border-color: #E036CA;
}
.TagClassName
{
border-color: #E036CA;
}
</style>