Shades of Razzle Dazzle Rose #EC36CA
Tints of Razzle Dazzle Rose #EC36CA
RGB
CMYK
RGB Variations
Color information
#EC36CA (or 0xEC36CA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 36 and CA. RGB value is (236,54,202). Sum of RGB (Red+Green+Blue) = 236+54+202=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 54 (21.48% from 255 or 10.98% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC36CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC36CA is #13C935. Grayscale: #7C7C7C. Windows color (decimal): -1296694 or 13252332. OLE color: 13252332.
HSL color Cylindrical-coordinate representation of color #EC36CA: hue angle of 311.21º 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 #EC36CA is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 202 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.07 |
| HSL | 311.21º | 0.83% | 0.57% | - |
| HSV(B) | 311.21º | 0.77% | 0.93% | - |
| XYZ | 46.57 | 24.74 | 58.2 | - |
| YUV | 125.29 | 171.3 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 202 | 0 | 0.77 | 0.14 | 0.07 | 311.21 | 0.83 | 0.57 |
| Hex | EC | 36 | CA | 0 | 4D | E | 7 | 137 | 53 | 39 |
| Octal | 354 | 66 | 312 | 0 | 115 | 16 | 7 | 467 | 123 | 71 |
| Binary | 11101100 | 110110 | 11001010 | 0 | 1001101 | 1110 | 111 | 100110111 | 1010011 | 111001 |
Color Harmonies of #EC36CA
Complementary color
Monochromatic Colors of #EC36CA
Black with #EC36CA
Text Example
Text Example
White with #EC36CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC36CA; }
p { color: rgb(236,54,202); }
H1.HeaderClassName
{
color: #EC36CA;
}
.AnyTagClassName
{
color: #EC36CA;
}
</style>
background-color css
<style>
a { background-color: #EC36CA; }
a { background-color: rgb(236,54,202); }
div.DivClassName
{
background-color: #EC36CA;
}
.BgClassName
{
background-color: #EC36CA;
}
</style>
border-color css
<style>
span { border-color: #EC36CA; }
span { border-color: rgb(236,54,202); }
td.TdClassName
{
border-color: #EC36CA;
}
.TagClassName
{
border-color: #EC36CA;
}
</style>