Shades of Razzle Dazzle Rose #EC20E6
Tints of Razzle Dazzle Rose #EC20E6
RGB
CMYK
RGB Variations
Color information
#EC20E6 (or 0xEC20E6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 20 and E6. RGB value is (236,32,230). Sum of RGB (Red+Green+Blue) = 236+32+230=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 32 (12.89% from 255 or 6.43% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC20E6 is #13DF19. Grayscale: #727272. Windows color (decimal): -1302298 or 15081708. OLE color: 15081708.
HSL color Cylindrical-coordinate representation of color #EC20E6: hue angle of 301.76º 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 #EC20E6 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 230 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.07 |
| HSL | 301.76º | 0.84% | 0.53% | - |
| HSV(B) | 301.76º | 0.86% | 0.93% | - |
| XYZ | 49.39 | 24.58 | 77 | - |
| YUV | 115.57 | 192.59 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 230 | 0 | 0.86 | 0.03 | 0.07 | 301.76 | 0.84 | 0.53 |
| Hex | EC | 20 | E6 | 0 | 56 | 3 | 7 | 12E | 54 | 35 |
| Octal | 354 | 40 | 346 | 0 | 126 | 3 | 7 | 456 | 124 | 65 |
| Binary | 11101100 | 100000 | 11100110 | 0 | 1010110 | 11 | 111 | 100101110 | 1010100 | 110101 |
Color Harmonies of #EC20E6
Complementary color
Monochromatic Colors of #EC20E6
Black with #EC20E6
Text Example
Text Example
White with #EC20E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20E6; }
p { color: rgb(236,32,230); }
H1.HeaderClassName
{
color: #EC20E6;
}
.AnyTagClassName
{
color: #EC20E6;
}
</style>
background-color css
<style>
a { background-color: #EC20E6; }
a { background-color: rgb(236,32,230); }
div.DivClassName
{
background-color: #EC20E6;
}
.BgClassName
{
background-color: #EC20E6;
}
</style>
border-color css
<style>
span { border-color: #EC20E6; }
span { border-color: rgb(236,32,230); }
td.TdClassName
{
border-color: #EC20E6;
}
.TagClassName
{
border-color: #EC20E6;
}
</style>