Shades of Razzle Dazzle Rose #EC21CC
Tints of Razzle Dazzle Rose #EC21CC
RGB
CMYK
RGB Variations
Color information
#EC21CC (or 0xEC21CC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 21 and CC. RGB value is (236,33,204). Sum of RGB (Red+Green+Blue) = 236+33+204=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21CC is #13DE33. Grayscale: #707070. Windows color (decimal): -1302068 or 13378028. OLE color: 13378028.
HSL color Cylindrical-coordinate representation of color #EC21CC: hue angle of 309.46º 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 #EC21CC is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 204 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.07 |
| HSL | 309.46º | 0.84% | 0.53% | - |
| HSV(B) | 309.46º | 0.86% | 0.93% | - |
| XYZ | 46.04 | 23.28 | 59.19 | - |
| YUV | 113.19 | 179.25 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 204 | 0 | 0.86 | 0.14 | 0.07 | 309.46 | 0.84 | 0.53 |
| Hex | EC | 21 | CC | 0 | 56 | E | 7 | 135 | 54 | 35 |
| Octal | 354 | 41 | 314 | 0 | 126 | 16 | 7 | 465 | 124 | 65 |
| Binary | 11101100 | 100001 | 11001100 | 0 | 1010110 | 1110 | 111 | 100110101 | 1010100 | 110101 |
Color Harmonies of #EC21CC
Complementary color
Monochromatic Colors of #EC21CC
Black with #EC21CC
Text Example
Text Example
White with #EC21CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC21CC; }
p { color: rgb(236,33,204); }
H1.HeaderClassName
{
color: #EC21CC;
}
.AnyTagClassName
{
color: #EC21CC;
}
</style>
background-color css
<style>
a { background-color: #EC21CC; }
a { background-color: rgb(236,33,204); }
div.DivClassName
{
background-color: #EC21CC;
}
.BgClassName
{
background-color: #EC21CC;
}
</style>
border-color css
<style>
span { border-color: #EC21CC; }
span { border-color: rgb(236,33,204); }
td.TdClassName
{
border-color: #EC21CC;
}
.TagClassName
{
border-color: #EC21CC;
}
</style>