Shades of Razzle Dazzle Rose #EC20E8
Tints of Razzle Dazzle Rose #EC20E8
RGB
CMYK
RGB Variations
Color information
#EC20E8 (or 0xEC20E8) is known color: Razzle Dazzle Rose. HEX triplet: EC, 20 and E8. RGB value is (236,32,232). Sum of RGB (Red+Green+Blue) = 236+32+232=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 32 (12.89% from 255 or 6.4% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC20E8 is #13DF17. Grayscale: #737373. Windows color (decimal): -1302296 or 15212780. OLE color: 15212780.
HSL color Cylindrical-coordinate representation of color #EC20E8: hue angle of 301.18º 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 #EC20E8 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 232 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.07 |
| HSL | 301.18º | 0.84% | 0.53% | - |
| HSV(B) | 301.18º | 0.86% | 0.93% | - |
| XYZ | 49.67 | 24.69 | 78.49 | - |
| YUV | 115.8 | 193.59 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 232 | 0 | 0.86 | 0.02 | 0.07 | 301.18 | 0.84 | 0.53 |
| Hex | EC | 20 | E8 | 0 | 56 | 2 | 7 | 12D | 54 | 35 |
| Octal | 354 | 40 | 350 | 0 | 126 | 2 | 7 | 455 | 124 | 65 |
| Binary | 11101100 | 100000 | 11101000 | 0 | 1010110 | 10 | 111 | 100101101 | 1010100 | 110101 |
Color Harmonies of #EC20E8
Complementary color
Monochromatic Colors of #EC20E8
Black with #EC20E8
Text Example
Text Example
White with #EC20E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20E8; }
p { color: rgb(236,32,232); }
H1.HeaderClassName
{
color: #EC20E8;
}
.AnyTagClassName
{
color: #EC20E8;
}
</style>
background-color css
<style>
a { background-color: #EC20E8; }
a { background-color: rgb(236,32,232); }
div.DivClassName
{
background-color: #EC20E8;
}
.BgClassName
{
background-color: #EC20E8;
}
</style>
border-color css
<style>
span { border-color: #EC20E8; }
span { border-color: rgb(236,32,232); }
td.TdClassName
{
border-color: #EC20E8;
}
.TagClassName
{
border-color: #EC20E8;
}
</style>