Shades of Razzle Dazzle Rose #EC3BC6
Tints of Razzle Dazzle Rose #EC3BC6
RGB
CMYK
RGB Variations
Color information
#EC3BC6 (or 0xEC3BC6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3B and C6. RGB value is (236,59,198). Sum of RGB (Red+Green+Blue) = 236+59+198=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 59 (23.44% from 255 or 11.97% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3BC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3BC6 is #13C439. Grayscale: #7F7F7F. Windows color (decimal): -1295418 or 12991468. OLE color: 12991468.
HSL color Cylindrical-coordinate representation of color #EC3BC6: hue angle of 312.88º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3BC6 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 198 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.07 |
| HSL | 312.88º | 0.82% | 0.58% | - |
| HSV(B) | 312.88º | 0.75% | 0.93% | - |
| XYZ | 46.35 | 25.04 | 55.82 | - |
| YUV | 127.77 | 167.64 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 198 | 0 | 0.75 | 0.16 | 0.07 | 312.88 | 0.82 | 0.58 |
| Hex | EC | 3B | C6 | 0 | 4B | 10 | 7 | 139 | 52 | 3A |
| Octal | 354 | 73 | 306 | 0 | 113 | 20 | 7 | 471 | 122 | 72 |
| Binary | 11101100 | 111011 | 11000110 | 0 | 1001011 | 10000 | 111 | 100111001 | 1010010 | 111010 |
Color Harmonies of #EC3BC6
Complementary color
Monochromatic Colors of #EC3BC6
Black with #EC3BC6
Text Example
Text Example
White with #EC3BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3BC6; }
p { color: rgb(236,59,198); }
H1.HeaderClassName
{
color: #EC3BC6;
}
.AnyTagClassName
{
color: #EC3BC6;
}
</style>
background-color css
<style>
a { background-color: #EC3BC6; }
a { background-color: rgb(236,59,198); }
div.DivClassName
{
background-color: #EC3BC6;
}
.BgClassName
{
background-color: #EC3BC6;
}
</style>
border-color css
<style>
span { border-color: #EC3BC6; }
span { border-color: rgb(236,59,198); }
td.TdClassName
{
border-color: #EC3BC6;
}
.TagClassName
{
border-color: #EC3BC6;
}
</style>