Shades of Razzle Dazzle Rose #EC35BC
Tints of Razzle Dazzle Rose #EC35BC
RGB
CMYK
RGB Variations
Color information
#EC35BC (or 0xEC35BC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 35 and BC. RGB value is (236,53,188). Sum of RGB (Red+Green+Blue) = 236+53+188=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 53 (21.09% from 255 or 11.11% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC35BC is #13CA43. Grayscale: #7A7A7A. Windows color (decimal): -1296964 or 12334572. OLE color: 12334572.
HSL color Cylindrical-coordinate representation of color #EC35BC: hue angle of 315.74º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC35BC is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 188 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.07 |
| HSL | 315.74º | 0.83% | 0.57% | - |
| HSV(B) | 315.74º | 0.78% | 0.93% | - |
| XYZ | 44.94 | 24.01 | 49.84 | - |
| YUV | 123.11 | 164.63 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 188 | 0 | 0.78 | 0.20 | 0.07 | 315.74 | 0.83 | 0.57 |
| Hex | EC | 35 | BC | 0 | 4E | 14 | 7 | 13C | 53 | 39 |
| Octal | 354 | 65 | 274 | 0 | 116 | 24 | 7 | 474 | 123 | 71 |
| Binary | 11101100 | 110101 | 10111100 | 0 | 1001110 | 10100 | 111 | 100111100 | 1010011 | 111001 |
Color Harmonies of #EC35BC
Complementary color
Monochromatic Colors of #EC35BC
Black with #EC35BC
Text Example
Text Example
White with #EC35BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC35BC; }
p { color: rgb(236,53,188); }
H1.HeaderClassName
{
color: #EC35BC;
}
.AnyTagClassName
{
color: #EC35BC;
}
</style>
background-color css
<style>
a { background-color: #EC35BC; }
a { background-color: rgb(236,53,188); }
div.DivClassName
{
background-color: #EC35BC;
}
.BgClassName
{
background-color: #EC35BC;
}
</style>
border-color css
<style>
span { border-color: #EC35BC; }
span { border-color: rgb(236,53,188); }
td.TdClassName
{
border-color: #EC35BC;
}
.TagClassName
{
border-color: #EC35BC;
}
</style>