Shades of Razzle Dazzle Rose #EC20E5
Tints of Razzle Dazzle Rose #EC20E5
RGB
CMYK
RGB Variations
Color information
#EC20E5 (or 0xEC20E5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 20 and E5. RGB value is (236,32,229). Sum of RGB (Red+Green+Blue) = 236+32+229=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 32 (12.89% from 255 or 6.44% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20E5 is #13DF1A. Grayscale: #727272. Windows color (decimal): -1302299 or 15016172. OLE color: 15016172.
HSL color Cylindrical-coordinate representation of color #EC20E5: hue angle of 302.06º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC20E5 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 229 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.07 |
| HSL | 302.06º | 0.84% | 0.53% | - |
| HSV(B) | 302.06º | 0.86% | 0.93% | - |
| XYZ | 49.25 | 24.52 | 76.27 | - |
| YUV | 115.45 | 192.09 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 229 | 0 | 0.86 | 0.03 | 0.07 | 302.06 | 0.84 | 0.53 |
| Hex | EC | 20 | E5 | 0 | 56 | 3 | 7 | 12E | 54 | 35 |
| Octal | 354 | 40 | 345 | 0 | 126 | 3 | 7 | 456 | 124 | 65 |
| Binary | 11101100 | 100000 | 11100101 | 0 | 1010110 | 11 | 111 | 100101110 | 1010100 | 110101 |
Color Harmonies of #EC20E5
Complementary color
Monochromatic Colors of #EC20E5
Black with #EC20E5
Text Example
Text Example
White with #EC20E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20E5; }
p { color: rgb(236,32,229); }
H1.HeaderClassName
{
color: #EC20E5;
}
.AnyTagClassName
{
color: #EC20E5;
}
</style>
background-color css
<style>
a { background-color: #EC20E5; }
a { background-color: rgb(236,32,229); }
div.DivClassName
{
background-color: #EC20E5;
}
.BgClassName
{
background-color: #EC20E5;
}
</style>
border-color css
<style>
span { border-color: #EC20E5; }
span { border-color: rgb(236,32,229); }
td.TdClassName
{
border-color: #EC20E5;
}
.TagClassName
{
border-color: #EC20E5;
}
</style>