Shades of Razzle Dazzle Rose #E037CA
Tints of Razzle Dazzle Rose #E037CA
RGB
CMYK
RGB Variations
Color information
#E037CA (or 0xE037CA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 37 and CA. RGB value is (224,55,202). Sum of RGB (Red+Green+Blue) = 224+55+202=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E037CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E037CA is #1FC835. Grayscale: #797979. Windows color (decimal): -2082870 or 13252576. OLE color: 13252576.
HSL color Cylindrical-coordinate representation of color #E037CA: hue angle of 307.81º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E037CA is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 55 | 202 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.12 |
| HSL | 307.81º | 0.73% | 0.55% | - |
| HSV(B) | 307.81º | 0.75% | 0.88% | - |
| XYZ | 42.77 | 22.84 | 58.03 | - |
| YUV | 122.29 | 172.99 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 55 | 202 | 0 | 0.75 | 0.10 | 0.12 | 307.81 | 0.73 | 0.55 |
| Hex | E0 | 37 | CA | 0 | 4B | A | C | 134 | 49 | 37 |
| Octal | 340 | 67 | 312 | 0 | 113 | 12 | 14 | 464 | 111 | 67 |
| Binary | 11100000 | 110111 | 11001010 | 0 | 1001011 | 1010 | 1100 | 100110100 | 1001001 | 110111 |
Color Harmonies of #E037CA
Complementary color
Monochromatic Colors of #E037CA
Black with #E037CA
Text Example
Text Example
White with #E037CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E037CA; }
p { color: rgb(224,55,202); }
H1.HeaderClassName
{
color: #E037CA;
}
.AnyTagClassName
{
color: #E037CA;
}
</style>
background-color css
<style>
a { background-color: #E037CA; }
a { background-color: rgb(224,55,202); }
div.DivClassName
{
background-color: #E037CA;
}
.BgClassName
{
background-color: #E037CA;
}
</style>
border-color css
<style>
span { border-color: #E037CA; }
span { border-color: rgb(224,55,202); }
td.TdClassName
{
border-color: #E037CA;
}
.TagClassName
{
border-color: #E037CA;
}
</style>