Shades of Razzle Dazzle Rose #EC36BB
Tints of Razzle Dazzle Rose #EC36BB
RGB
CMYK
RGB Variations
Color information
#EC36BB (or 0xEC36BB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 36 and BB. RGB value is (236,54,187). Sum of RGB (Red+Green+Blue) = 236+54+187=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC36BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC36BB is #13C944. Grayscale: #7B7B7B. Windows color (decimal): -1296709 or 12269292. OLE color: 12269292.
HSL color Cylindrical-coordinate representation of color #EC36BB: hue angle of 316.15º 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 #EC36BB is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 187 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.07 |
| HSL | 316.15º | 0.83% | 0.57% | - |
| HSV(B) | 316.15º | 0.77% | 0.93% | - |
| XYZ | 44.88 | 24.06 | 49.29 | - |
| YUV | 123.58 | 163.8 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 187 | 0 | 0.77 | 0.21 | 0.07 | 316.15 | 0.83 | 0.57 |
| Hex | EC | 36 | BB | 0 | 4D | 15 | 7 | 13C | 53 | 39 |
| Octal | 354 | 66 | 273 | 0 | 115 | 25 | 7 | 474 | 123 | 71 |
| Binary | 11101100 | 110110 | 10111011 | 0 | 1001101 | 10101 | 111 | 100111100 | 1010011 | 111001 |
Color Harmonies of #EC36BB
Complementary color
Monochromatic Colors of #EC36BB
Black with #EC36BB
Text Example
Text Example
White with #EC36BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC36BB; }
p { color: rgb(236,54,187); }
H1.HeaderClassName
{
color: #EC36BB;
}
.AnyTagClassName
{
color: #EC36BB;
}
</style>
background-color css
<style>
a { background-color: #EC36BB; }
a { background-color: rgb(236,54,187); }
div.DivClassName
{
background-color: #EC36BB;
}
.BgClassName
{
background-color: #EC36BB;
}
</style>
border-color css
<style>
span { border-color: #EC36BB; }
span { border-color: rgb(236,54,187); }
td.TdClassName
{
border-color: #EC36BB;
}
.TagClassName
{
border-color: #EC36BB;
}
</style>