Shades of Razzle Dazzle Rose #EC36D5
Tints of Razzle Dazzle Rose #EC36D5
RGB
CMYK
RGB Variations
Color information
#EC36D5 (or 0xEC36D5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 36 and D5. RGB value is (236,54,213). Sum of RGB (Red+Green+Blue) = 236+54+213=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 54 (21.48% from 255 or 10.74% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC36D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC36D5 is #13C92A. Grayscale: #7E7E7E. Windows color (decimal): -1296683 or 13973228. OLE color: 13973228.
HSL color Cylindrical-coordinate representation of color #EC36D5: hue angle of 307.58º 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 #EC36D5 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 213 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.07 |
| HSL | 307.58º | 0.83% | 0.57% | - |
| HSV(B) | 307.58º | 0.77% | 0.93% | - |
| XYZ | 47.92 | 25.28 | 65.3 | - |
| YUV | 126.54 | 176.8 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 213 | 0 | 0.77 | 0.10 | 0.07 | 307.58 | 0.83 | 0.57 |
| Hex | EC | 36 | D5 | 0 | 4D | A | 7 | 134 | 53 | 39 |
| Octal | 354 | 66 | 325 | 0 | 115 | 12 | 7 | 464 | 123 | 71 |
| Binary | 11101100 | 110110 | 11010101 | 0 | 1001101 | 1010 | 111 | 100110100 | 1010011 | 111001 |
Color Harmonies of #EC36D5
Complementary color
Monochromatic Colors of #EC36D5
Black with #EC36D5
Text Example
Text Example
White with #EC36D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC36D5; }
p { color: rgb(236,54,213); }
H1.HeaderClassName
{
color: #EC36D5;
}
.AnyTagClassName
{
color: #EC36D5;
}
</style>
background-color css
<style>
a { background-color: #EC36D5; }
a { background-color: rgb(236,54,213); }
div.DivClassName
{
background-color: #EC36D5;
}
.BgClassName
{
background-color: #EC36D5;
}
</style>
border-color css
<style>
span { border-color: #EC36D5; }
span { border-color: rgb(236,54,213); }
td.TdClassName
{
border-color: #EC36D5;
}
.TagClassName
{
border-color: #EC36D5;
}
</style>