Shades of Razzle Dazzle Rose #EC36C7
Tints of Razzle Dazzle Rose #EC36C7
RGB
CMYK
RGB Variations
Color information
#EC36C7 (or 0xEC36C7) is known color: Razzle Dazzle Rose. HEX triplet: EC, 36 and C7. RGB value is (236,54,199). Sum of RGB (Red+Green+Blue) = 236+54+199=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 54 (21.48% from 255 or 11.04% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC36C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC36C7 is #13C938. Grayscale: #7C7C7C. Windows color (decimal): -1296697 or 13055724. OLE color: 13055724.
HSL color Cylindrical-coordinate representation of color #EC36C7: hue angle of 312.2º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC36C7 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 199 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.07 |
| HSL | 312.2º | 0.83% | 0.57% | - |
| HSV(B) | 312.2º | 0.77% | 0.93% | - |
| XYZ | 46.22 | 24.59 | 56.34 | - |
| YUV | 124.95 | 169.8 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 199 | 0 | 0.77 | 0.16 | 0.07 | 312.2 | 0.83 | 0.57 |
| Hex | EC | 36 | C7 | 0 | 4D | 10 | 7 | 138 | 53 | 39 |
| Octal | 354 | 66 | 307 | 0 | 115 | 20 | 7 | 470 | 123 | 71 |
| Binary | 11101100 | 110110 | 11000111 | 0 | 1001101 | 10000 | 111 | 100111000 | 1010011 | 111001 |
Color Harmonies of #EC36C7
Complementary color
Monochromatic Colors of #EC36C7
Black with #EC36C7
Text Example
Text Example
White with #EC36C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC36C7; }
p { color: rgb(236,54,199); }
H1.HeaderClassName
{
color: #EC36C7;
}
.AnyTagClassName
{
color: #EC36C7;
}
</style>
background-color css
<style>
a { background-color: #EC36C7; }
a { background-color: rgb(236,54,199); }
div.DivClassName
{
background-color: #EC36C7;
}
.BgClassName
{
background-color: #EC36C7;
}
</style>
border-color css
<style>
span { border-color: #EC36C7; }
span { border-color: rgb(236,54,199); }
td.TdClassName
{
border-color: #EC36C7;
}
.TagClassName
{
border-color: #EC36C7;
}
</style>