Shades of Razzle Dazzle Rose #EC20CF
Tints of Razzle Dazzle Rose #EC20CF
RGB
CMYK
RGB Variations
Color information
#EC20CF (or 0xEC20CF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 20 and CF. RGB value is (236,32,207). Sum of RGB (Red+Green+Blue) = 236+32+207=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20CF is #13DF30. Grayscale: #707070. Windows color (decimal): -1302321 or 13574380. OLE color: 13574380.
HSL color Cylindrical-coordinate representation of color #EC20CF: hue angle of 308.53º 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 #EC20CF is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 207 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.07 |
| HSL | 308.53º | 0.84% | 0.53% | - |
| HSV(B) | 308.53º | 0.86% | 0.93% | - |
| XYZ | 46.37 | 23.37 | 61.1 | - |
| YUV | 112.95 | 181.09 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 207 | 0 | 0.86 | 0.12 | 0.07 | 308.53 | 0.84 | 0.53 |
| Hex | EC | 20 | CF | 0 | 56 | C | 7 | 135 | 54 | 35 |
| Octal | 354 | 40 | 317 | 0 | 126 | 14 | 7 | 465 | 124 | 65 |
| Binary | 11101100 | 100000 | 11001111 | 0 | 1010110 | 1100 | 111 | 100110101 | 1010100 | 110101 |
Color Harmonies of #EC20CF
Complementary color
Monochromatic Colors of #EC20CF
Black with #EC20CF
Text Example
Text Example
White with #EC20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20CF; }
p { color: rgb(236,32,207); }
H1.HeaderClassName
{
color: #EC20CF;
}
.AnyTagClassName
{
color: #EC20CF;
}
</style>
background-color css
<style>
a { background-color: #EC20CF; }
a { background-color: rgb(236,32,207); }
div.DivClassName
{
background-color: #EC20CF;
}
.BgClassName
{
background-color: #EC20CF;
}
</style>
border-color css
<style>
span { border-color: #EC20CF; }
span { border-color: rgb(236,32,207); }
td.TdClassName
{
border-color: #EC20CF;
}
.TagClassName
{
border-color: #EC20CF;
}
</style>