Shades of Razzle Dazzle Rose #EC2DD9
Tints of Razzle Dazzle Rose #EC2DD9
RGB
CMYK
RGB Variations
Color information
#EC2DD9 (or 0xEC2DD9) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2D and D9. RGB value is (236,45,217). Sum of RGB (Red+Green+Blue) = 236+45+217=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 45 (17.97% from 255 or 9.04% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2DD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2DD9 is #13D226. Grayscale: #797979. Windows color (decimal): -1298983 or 14233068. OLE color: 14233068.
HSL color Cylindrical-coordinate representation of color #EC2DD9: hue angle of 305.97º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2DD9 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 217 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.07 |
| HSL | 305.97º | 0.83% | 0.55% | - |
| HSV(B) | 305.97º | 0.81% | 0.93% | - |
| XYZ | 48.05 | 24.72 | 67.88 | - |
| YUV | 121.72 | 181.78 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 217 | 0 | 0.81 | 0.08 | 0.07 | 305.97 | 0.83 | 0.55 |
| Hex | EC | 2D | D9 | 0 | 51 | 8 | 7 | 132 | 53 | 37 |
| Octal | 354 | 55 | 331 | 0 | 121 | 10 | 7 | 462 | 123 | 67 |
| Binary | 11101100 | 101101 | 11011001 | 0 | 1010001 | 1000 | 111 | 100110010 | 1010011 | 110111 |
Color Harmonies of #EC2DD9
Complementary color
Monochromatic Colors of #EC2DD9
Black with #EC2DD9
Text Example
Text Example
White with #EC2DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2DD9; }
p { color: rgb(236,45,217); }
H1.HeaderClassName
{
color: #EC2DD9;
}
.AnyTagClassName
{
color: #EC2DD9;
}
</style>
background-color css
<style>
a { background-color: #EC2DD9; }
a { background-color: rgb(236,45,217); }
div.DivClassName
{
background-color: #EC2DD9;
}
.BgClassName
{
background-color: #EC2DD9;
}
</style>
border-color css
<style>
span { border-color: #EC2DD9; }
span { border-color: rgb(236,45,217); }
td.TdClassName
{
border-color: #EC2DD9;
}
.TagClassName
{
border-color: #EC2DD9;
}
</style>