Shades of Razzle Dazzle Rose #EC21CF
Tints of Razzle Dazzle Rose #EC21CF
RGB
CMYK
RGB Variations
Color information
#EC21CF (or 0xEC21CF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 21 and CF. RGB value is (236,33,207). Sum of RGB (Red+Green+Blue) = 236+33+207=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21CF is #13DE30. Grayscale: #717171. Windows color (decimal): -1302065 or 13574636. OLE color: 13574636.
HSL color Cylindrical-coordinate representation of color #EC21CF: hue angle of 308.57º 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 #EC21CF is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 207 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.07 |
| HSL | 308.57º | 0.84% | 0.53% | - |
| HSV(B) | 308.57º | 0.86% | 0.93% | - |
| XYZ | 46.4 | 23.43 | 61.11 | - |
| YUV | 113.53 | 180.75 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 207 | 0 | 0.86 | 0.12 | 0.07 | 308.57 | 0.84 | 0.53 |
| Hex | EC | 21 | CF | 0 | 56 | C | 7 | 135 | 54 | 35 |
| Octal | 354 | 41 | 317 | 0 | 126 | 14 | 7 | 465 | 124 | 65 |
| Binary | 11101100 | 100001 | 11001111 | 0 | 1010110 | 1100 | 111 | 100110101 | 1010100 | 110101 |
Color Harmonies of #EC21CF
Complementary color
Monochromatic Colors of #EC21CF
Black with #EC21CF
Text Example
Text Example
White with #EC21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC21CF; }
p { color: rgb(236,33,207); }
H1.HeaderClassName
{
color: #EC21CF;
}
.AnyTagClassName
{
color: #EC21CF;
}
</style>
background-color css
<style>
a { background-color: #EC21CF; }
a { background-color: rgb(236,33,207); }
div.DivClassName
{
background-color: #EC21CF;
}
.BgClassName
{
background-color: #EC21CF;
}
</style>
border-color css
<style>
span { border-color: #EC21CF; }
span { border-color: rgb(236,33,207); }
td.TdClassName
{
border-color: #EC21CF;
}
.TagClassName
{
border-color: #EC21CF;
}
</style>