Shades of Razzle Dazzle Rose #EC36D2
Tints of Razzle Dazzle Rose #EC36D2
RGB
CMYK
RGB Variations
Color information
#EC36D2 (or 0xEC36D2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 36 and D2. RGB value is (236,54,210). Sum of RGB (Red+Green+Blue) = 236+54+210=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC36D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC36D2 is #13C92D. Grayscale: #7D7D7D. Windows color (decimal): -1296686 or 13776620. OLE color: 13776620.
HSL color Cylindrical-coordinate representation of color #EC36D2: hue angle of 308.57º 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 #EC36D2 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 210 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.07 |
| HSL | 308.57º | 0.83% | 0.57% | - |
| HSV(B) | 308.57º | 0.77% | 0.93% | - |
| XYZ | 47.54 | 25.12 | 63.32 | - |
| YUV | 126.2 | 175.3 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 210 | 0 | 0.77 | 0.11 | 0.07 | 308.57 | 0.83 | 0.57 |
| Hex | EC | 36 | D2 | 0 | 4D | B | 7 | 135 | 53 | 39 |
| Octal | 354 | 66 | 322 | 0 | 115 | 13 | 7 | 465 | 123 | 71 |
| Binary | 11101100 | 110110 | 11010010 | 0 | 1001101 | 1011 | 111 | 100110101 | 1010011 | 111001 |
Color Harmonies of #EC36D2
Complementary color
Monochromatic Colors of #EC36D2
Black with #EC36D2
Text Example
Text Example
White with #EC36D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC36D2; }
p { color: rgb(236,54,210); }
H1.HeaderClassName
{
color: #EC36D2;
}
.AnyTagClassName
{
color: #EC36D2;
}
</style>
background-color css
<style>
a { background-color: #EC36D2; }
a { background-color: rgb(236,54,210); }
div.DivClassName
{
background-color: #EC36D2;
}
.BgClassName
{
background-color: #EC36D2;
}
</style>
border-color css
<style>
span { border-color: #EC36D2; }
span { border-color: rgb(236,54,210); }
td.TdClassName
{
border-color: #EC36D2;
}
.TagClassName
{
border-color: #EC36D2;
}
</style>