Shades of Razzle Dazzle Rose #EC36BE
Tints of Razzle Dazzle Rose #EC36BE
RGB
CMYK
RGB Variations
Color information
#EC36BE (or 0xEC36BE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 36 and BE. RGB value is (236,54,190). Sum of RGB (Red+Green+Blue) = 236+54+190=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC36BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC36BE is #13C941. Grayscale: #7B7B7B. Windows color (decimal): -1296706 or 12465900. OLE color: 12465900.
HSL color Cylindrical-coordinate representation of color #EC36BE: hue angle of 315.16º 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 #EC36BE is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 190 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.07 |
| HSL | 315.16º | 0.83% | 0.57% | - |
| HSV(B) | 315.16º | 0.77% | 0.93% | - |
| XYZ | 45.21 | 24.19 | 51 | - |
| YUV | 123.92 | 165.3 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 190 | 0 | 0.77 | 0.19 | 0.07 | 315.16 | 0.83 | 0.57 |
| Hex | EC | 36 | BE | 0 | 4D | 13 | 7 | 13B | 53 | 39 |
| Octal | 354 | 66 | 276 | 0 | 115 | 23 | 7 | 473 | 123 | 71 |
| Binary | 11101100 | 110110 | 10111110 | 0 | 1001101 | 10011 | 111 | 100111011 | 1010011 | 111001 |
Color Harmonies of #EC36BE
Complementary color
Monochromatic Colors of #EC36BE
Black with #EC36BE
Text Example
Text Example
White with #EC36BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC36BE; }
p { color: rgb(236,54,190); }
H1.HeaderClassName
{
color: #EC36BE;
}
.AnyTagClassName
{
color: #EC36BE;
}
</style>
background-color css
<style>
a { background-color: #EC36BE; }
a { background-color: rgb(236,54,190); }
div.DivClassName
{
background-color: #EC36BE;
}
.BgClassName
{
background-color: #EC36BE;
}
</style>
border-color css
<style>
span { border-color: #EC36BE; }
span { border-color: rgb(236,54,190); }
td.TdClassName
{
border-color: #EC36BE;
}
.TagClassName
{
border-color: #EC36BE;
}
</style>