Shades of Razzle Dazzle Rose #EC36C5
Tints of Razzle Dazzle Rose #EC36C5
RGB
CMYK
RGB Variations
Color information
#EC36C5 (or 0xEC36C5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 36 and C5. RGB value is (236,54,197). Sum of RGB (Red+Green+Blue) = 236+54+197=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 54 (21.48% from 255 or 11.09% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC36C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC36C5 is #13C93A. Grayscale: #7C7C7C. Windows color (decimal): -1296699 or 12924652. OLE color: 12924652.
HSL color Cylindrical-coordinate representation of color #EC36C5: hue angle of 312.86º 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 #EC36C5 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 197 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.07 |
| HSL | 312.86º | 0.83% | 0.57% | - |
| HSV(B) | 312.86º | 0.77% | 0.93% | - |
| XYZ | 45.99 | 24.5 | 55.13 | - |
| YUV | 124.72 | 168.8 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 197 | 0 | 0.77 | 0.17 | 0.07 | 312.86 | 0.83 | 0.57 |
| Hex | EC | 36 | C5 | 0 | 4D | 11 | 7 | 139 | 53 | 39 |
| Octal | 354 | 66 | 305 | 0 | 115 | 21 | 7 | 471 | 123 | 71 |
| Binary | 11101100 | 110110 | 11000101 | 0 | 1001101 | 10001 | 111 | 100111001 | 1010011 | 111001 |
Color Harmonies of #EC36C5
Complementary color
Monochromatic Colors of #EC36C5
Black with #EC36C5
Text Example
Text Example
White with #EC36C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC36C5; }
p { color: rgb(236,54,197); }
H1.HeaderClassName
{
color: #EC36C5;
}
.AnyTagClassName
{
color: #EC36C5;
}
</style>
background-color css
<style>
a { background-color: #EC36C5; }
a { background-color: rgb(236,54,197); }
div.DivClassName
{
background-color: #EC36C5;
}
.BgClassName
{
background-color: #EC36C5;
}
</style>
border-color css
<style>
span { border-color: #EC36C5; }
span { border-color: rgb(236,54,197); }
td.TdClassName
{
border-color: #EC36C5;
}
.TagClassName
{
border-color: #EC36C5;
}
</style>