Shades of Razzle Dazzle Rose #EC20E3
Tints of Razzle Dazzle Rose #EC20E3
RGB
CMYK
RGB Variations
Color information
#EC20E3 (or 0xEC20E3) is known color: Razzle Dazzle Rose. HEX triplet: EC, 20 and E3. RGB value is (236,32,227). Sum of RGB (Red+Green+Blue) = 236+32+227=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 32 (12.89% from 255 or 6.46% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20E3 is #13DF1C. Grayscale: #727272. Windows color (decimal): -1302301 or 14885100. OLE color: 14885100.
HSL color Cylindrical-coordinate representation of color #EC20E3: hue angle of 302.65º 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 #EC20E3 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 227 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.07 |
| HSL | 302.65º | 0.84% | 0.53% | - |
| HSV(B) | 302.65º | 0.86% | 0.93% | - |
| XYZ | 48.97 | 24.41 | 74.8 | - |
| YUV | 115.23 | 191.09 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 227 | 0 | 0.86 | 0.04 | 0.07 | 302.65 | 0.84 | 0.53 |
| Hex | EC | 20 | E3 | 0 | 56 | 4 | 7 | 12F | 54 | 35 |
| Octal | 354 | 40 | 343 | 0 | 126 | 4 | 7 | 457 | 124 | 65 |
| Binary | 11101100 | 100000 | 11100011 | 0 | 1010110 | 100 | 111 | 100101111 | 1010100 | 110101 |
Color Harmonies of #EC20E3
Complementary color
Monochromatic Colors of #EC20E3
Black with #EC20E3
Text Example
Text Example
White with #EC20E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20E3; }
p { color: rgb(236,32,227); }
H1.HeaderClassName
{
color: #EC20E3;
}
.AnyTagClassName
{
color: #EC20E3;
}
</style>
background-color css
<style>
a { background-color: #EC20E3; }
a { background-color: rgb(236,32,227); }
div.DivClassName
{
background-color: #EC20E3;
}
.BgClassName
{
background-color: #EC20E3;
}
</style>
border-color css
<style>
span { border-color: #EC20E3; }
span { border-color: rgb(236,32,227); }
td.TdClassName
{
border-color: #EC20E3;
}
.TagClassName
{
border-color: #EC20E3;
}
</style>