Shades of Razzle Dazzle Rose #EC33B7
Tints of Razzle Dazzle Rose #EC33B7
RGB
CMYK
RGB Variations
Color information
#EC33B7 (or 0xEC33B7) is known color: Razzle Dazzle Rose. HEX triplet: EC, 33 and B7. RGB value is (236,51,183). Sum of RGB (Red+Green+Blue) = 236+51+183=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC33B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC33B7 is #13CC48. Grayscale: #797979. Windows color (decimal): -1297481 or 12006380. OLE color: 12006380.
HSL color Cylindrical-coordinate representation of color #EC33B7: hue angle of 317.19º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC33B7 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 183 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.07 |
| HSL | 317.19º | 0.83% | 0.56% | - |
| HSV(B) | 317.19º | 0.78% | 0.93% | - |
| XYZ | 44.32 | 23.62 | 47.02 | - |
| YUV | 121.36 | 162.79 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 183 | 0 | 0.78 | 0.22 | 0.07 | 317.19 | 0.83 | 0.56 |
| Hex | EC | 33 | B7 | 0 | 4E | 16 | 7 | 13D | 53 | 38 |
| Octal | 354 | 63 | 267 | 0 | 116 | 26 | 7 | 475 | 123 | 70 |
| Binary | 11101100 | 110011 | 10110111 | 0 | 1001110 | 10110 | 111 | 100111101 | 1010011 | 111000 |
Color Harmonies of #EC33B7
Complementary color
Monochromatic Colors of #EC33B7
Black with #EC33B7
Text Example
Text Example
White with #EC33B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC33B7; }
p { color: rgb(236,51,183); }
H1.HeaderClassName
{
color: #EC33B7;
}
.AnyTagClassName
{
color: #EC33B7;
}
</style>
background-color css
<style>
a { background-color: #EC33B7; }
a { background-color: rgb(236,51,183); }
div.DivClassName
{
background-color: #EC33B7;
}
.BgClassName
{
background-color: #EC33B7;
}
</style>
border-color css
<style>
span { border-color: #EC33B7; }
span { border-color: rgb(236,51,183); }
td.TdClassName
{
border-color: #EC33B7;
}
.TagClassName
{
border-color: #EC33B7;
}
</style>