Shades of Razzle Dazzle Rose #EC33C7
Tints of Razzle Dazzle Rose #EC33C7
RGB
CMYK
RGB Variations
Color information
#EC33C7 (or 0xEC33C7) is known color: Razzle Dazzle Rose. HEX triplet: EC, 33 and C7. RGB value is (236,51,199). Sum of RGB (Red+Green+Blue) = 236+51+199=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC33C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC33C7 is #13CC38. Grayscale: #7A7A7A. Windows color (decimal): -1297465 or 13054956. OLE color: 13054956.
HSL color Cylindrical-coordinate representation of color #EC33C7: hue angle of 312º 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 #EC33C7 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 199 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.07 |
| HSL | 312º | 0.83% | 0.56% | - |
| HSV(B) | 312º | 0.78% | 0.93% | - |
| XYZ | 46.08 | 24.32 | 56.3 | - |
| YUV | 123.19 | 170.79 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 199 | 0 | 0.78 | 0.16 | 0.07 | 312 | 0.83 | 0.56 |
| Hex | EC | 33 | C7 | 0 | 4E | 10 | 7 | 138 | 53 | 38 |
| Octal | 354 | 63 | 307 | 0 | 116 | 20 | 7 | 470 | 123 | 70 |
| Binary | 11101100 | 110011 | 11000111 | 0 | 1001110 | 10000 | 111 | 100111000 | 1010011 | 111000 |
Color Harmonies of #EC33C7
Complementary color
Monochromatic Colors of #EC33C7
Black with #EC33C7
Text Example
Text Example
White with #EC33C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC33C7; }
p { color: rgb(236,51,199); }
H1.HeaderClassName
{
color: #EC33C7;
}
.AnyTagClassName
{
color: #EC33C7;
}
</style>
background-color css
<style>
a { background-color: #EC33C7; }
a { background-color: rgb(236,51,199); }
div.DivClassName
{
background-color: #EC33C7;
}
.BgClassName
{
background-color: #EC33C7;
}
</style>
border-color css
<style>
span { border-color: #EC33C7; }
span { border-color: rgb(236,51,199); }
td.TdClassName
{
border-color: #EC33C7;
}
.TagClassName
{
border-color: #EC33C7;
}
</style>