Shades of Razzle Dazzle Rose #EC2CD9
Tints of Razzle Dazzle Rose #EC2CD9
RGB
CMYK
RGB Variations
Color information
#EC2CD9 (or 0xEC2CD9) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2C and D9. RGB value is (236,44,217). Sum of RGB (Red+Green+Blue) = 236+44+217=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 44 (17.58% from 255 or 8.85% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2CD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2CD9 is #13D326. Grayscale: #787878. Windows color (decimal): -1299239 or 14232812. OLE color: 14232812.
HSL color Cylindrical-coordinate representation of color #EC2CD9: hue angle of 305.94º 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 #EC2CD9 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 44 | 217 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.07 |
| HSL | 305.94º | 0.83% | 0.55% | - |
| HSV(B) | 305.94º | 0.81% | 0.93% | - |
| XYZ | 48.02 | 24.64 | 67.87 | - |
| YUV | 121.13 | 182.11 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 44 | 217 | 0 | 0.81 | 0.08 | 0.07 | 305.94 | 0.83 | 0.55 |
| Hex | EC | 2C | D9 | 0 | 51 | 8 | 7 | 132 | 53 | 37 |
| Octal | 354 | 54 | 331 | 0 | 121 | 10 | 7 | 462 | 123 | 67 |
| Binary | 11101100 | 101100 | 11011001 | 0 | 1010001 | 1000 | 111 | 100110010 | 1010011 | 110111 |
Color Harmonies of #EC2CD9
Complementary color
Monochromatic Colors of #EC2CD9
Black with #EC2CD9
Text Example
Text Example
White with #EC2CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2CD9; }
p { color: rgb(236,44,217); }
H1.HeaderClassName
{
color: #EC2CD9;
}
.AnyTagClassName
{
color: #EC2CD9;
}
</style>
background-color css
<style>
a { background-color: #EC2CD9; }
a { background-color: rgb(236,44,217); }
div.DivClassName
{
background-color: #EC2CD9;
}
.BgClassName
{
background-color: #EC2CD9;
}
</style>
border-color css
<style>
span { border-color: #EC2CD9; }
span { border-color: rgb(236,44,217); }
td.TdClassName
{
border-color: #EC2CD9;
}
.TagClassName
{
border-color: #EC2CD9;
}
</style>