Shades of Razzle Dazzle Rose #EC21D1
Tints of Razzle Dazzle Rose #EC21D1
RGB
CMYK
RGB Variations
Color information
#EC21D1 (or 0xEC21D1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 21 and D1. RGB value is (236,33,209). Sum of RGB (Red+Green+Blue) = 236+33+209=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21D1 is #13DE2E. Grayscale: #717171. Windows color (decimal): -1302063 or 13705708. OLE color: 13705708.
HSL color Cylindrical-coordinate representation of color #EC21D1: hue angle of 307.98º 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 #EC21D1 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 209 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.07 |
| HSL | 307.98º | 0.84% | 0.53% | - |
| HSV(B) | 307.98º | 0.86% | 0.93% | - |
| XYZ | 46.64 | 23.52 | 62.4 | - |
| YUV | 113.76 | 181.75 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 209 | 0 | 0.86 | 0.11 | 0.07 | 307.98 | 0.84 | 0.53 |
| Hex | EC | 21 | D1 | 0 | 56 | B | 7 | 134 | 54 | 35 |
| Octal | 354 | 41 | 321 | 0 | 126 | 13 | 7 | 464 | 124 | 65 |
| Binary | 11101100 | 100001 | 11010001 | 0 | 1010110 | 1011 | 111 | 100110100 | 1010100 | 110101 |
Color Harmonies of #EC21D1
Complementary color
Monochromatic Colors of #EC21D1
Black with #EC21D1
Text Example
Text Example
White with #EC21D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC21D1; }
p { color: rgb(236,33,209); }
H1.HeaderClassName
{
color: #EC21D1;
}
.AnyTagClassName
{
color: #EC21D1;
}
</style>
background-color css
<style>
a { background-color: #EC21D1; }
a { background-color: rgb(236,33,209); }
div.DivClassName
{
background-color: #EC21D1;
}
.BgClassName
{
background-color: #EC21D1;
}
</style>
border-color css
<style>
span { border-color: #EC21D1; }
span { border-color: rgb(236,33,209); }
td.TdClassName
{
border-color: #EC21D1;
}
.TagClassName
{
border-color: #EC21D1;
}
</style>