Shades of Razzle Dazzle Rose #EC2ED6
Tints of Razzle Dazzle Rose #EC2ED6
RGB
CMYK
RGB Variations
Color information
#EC2ED6 (or 0xEC2ED6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and D6. RGB value is (236,46,214). Sum of RGB (Red+Green+Blue) = 236+46+214=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 46 (18.36% from 255 or 9.27% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2ED6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2ED6 is #13D129. Grayscale: #797979. Windows color (decimal): -1298730 or 14036716. OLE color: 14036716.
HSL color Cylindrical-coordinate representation of color #EC2ED6: hue angle of 306.95º 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 #EC2ED6 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 214 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.07 |
| HSL | 306.95º | 0.83% | 0.55% | - |
| HSV(B) | 306.95º | 0.81% | 0.93% | - |
| XYZ | 47.71 | 24.64 | 65.86 | - |
| YUV | 121.96 | 179.95 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 214 | 0 | 0.81 | 0.09 | 0.07 | 306.95 | 0.83 | 0.55 |
| Hex | EC | 2E | D6 | 0 | 51 | 9 | 7 | 133 | 53 | 37 |
| Octal | 354 | 56 | 326 | 0 | 121 | 11 | 7 | 463 | 123 | 67 |
| Binary | 11101100 | 101110 | 11010110 | 0 | 1010001 | 1001 | 111 | 100110011 | 1010011 | 110111 |
Color Harmonies of #EC2ED6
Complementary color
Monochromatic Colors of #EC2ED6
Black with #EC2ED6
Text Example
Text Example
White with #EC2ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2ED6; }
p { color: rgb(236,46,214); }
H1.HeaderClassName
{
color: #EC2ED6;
}
.AnyTagClassName
{
color: #EC2ED6;
}
</style>
background-color css
<style>
a { background-color: #EC2ED6; }
a { background-color: rgb(236,46,214); }
div.DivClassName
{
background-color: #EC2ED6;
}
.BgClassName
{
background-color: #EC2ED6;
}
</style>
border-color css
<style>
span { border-color: #EC2ED6; }
span { border-color: rgb(236,46,214); }
td.TdClassName
{
border-color: #EC2ED6;
}
.TagClassName
{
border-color: #EC2ED6;
}
</style>