Shades of Razzle Dazzle Rose #EC33BA
Tints of Razzle Dazzle Rose #EC33BA
RGB
CMYK
RGB Variations
Color information
#EC33BA (or 0xEC33BA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 33 and BA. RGB value is (236,51,186). Sum of RGB (Red+Green+Blue) = 236+51+186=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC33BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC33BA is #13CC45. Grayscale: #797979. Windows color (decimal): -1297478 or 12202988. OLE color: 12202988.
HSL color Cylindrical-coordinate representation of color #EC33BA: hue angle of 316.22º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC33BA is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 186 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.07 |
| HSL | 316.22º | 0.83% | 0.56% | - |
| HSV(B) | 316.22º | 0.78% | 0.93% | - |
| XYZ | 44.64 | 23.75 | 48.69 | - |
| YUV | 121.71 | 164.29 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 186 | 0 | 0.78 | 0.21 | 0.07 | 316.22 | 0.83 | 0.56 |
| Hex | EC | 33 | BA | 0 | 4E | 15 | 7 | 13C | 53 | 38 |
| Octal | 354 | 63 | 272 | 0 | 116 | 25 | 7 | 474 | 123 | 70 |
| Binary | 11101100 | 110011 | 10111010 | 0 | 1001110 | 10101 | 111 | 100111100 | 1010011 | 111000 |
Color Harmonies of #EC33BA
Complementary color
Monochromatic Colors of #EC33BA
Black with #EC33BA
Text Example
Text Example
White with #EC33BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC33BA; }
p { color: rgb(236,51,186); }
H1.HeaderClassName
{
color: #EC33BA;
}
.AnyTagClassName
{
color: #EC33BA;
}
</style>
background-color css
<style>
a { background-color: #EC33BA; }
a { background-color: rgb(236,51,186); }
div.DivClassName
{
background-color: #EC33BA;
}
.BgClassName
{
background-color: #EC33BA;
}
</style>
border-color css
<style>
span { border-color: #EC33BA; }
span { border-color: rgb(236,51,186); }
td.TdClassName
{
border-color: #EC33BA;
}
.TagClassName
{
border-color: #EC33BA;
}
</style>