Shades of Razzle Dazzle Rose #EC3CBB
Tints of Razzle Dazzle Rose #EC3CBB
RGB
CMYK
RGB Variations
Color information
#EC3CBB (or 0xEC3CBB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3C and BB. RGB value is (236,60,187). Sum of RGB (Red+Green+Blue) = 236+60+187=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3CBB is #13C344. Grayscale: #7E7E7E. Windows color (decimal): -1295173 or 12270828. OLE color: 12270828.
HSL color Cylindrical-coordinate representation of color #EC3CBB: hue angle of 316.7º 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 #EC3CBB is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 187 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.07 |
| HSL | 316.7º | 0.82% | 0.58% | - |
| HSV(B) | 316.7º | 0.75% | 0.93% | - |
| XYZ | 45.18 | 24.65 | 49.39 | - |
| YUV | 127.1 | 161.81 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 187 | 0 | 0.75 | 0.21 | 0.07 | 316.7 | 0.82 | 0.58 |
| Hex | EC | 3C | BB | 0 | 4B | 15 | 7 | 13D | 52 | 3A |
| Octal | 354 | 74 | 273 | 0 | 113 | 25 | 7 | 475 | 122 | 72 |
| Binary | 11101100 | 111100 | 10111011 | 0 | 1001011 | 10101 | 111 | 100111101 | 1010010 | 111010 |
Color Harmonies of #EC3CBB
Complementary color
Monochromatic Colors of #EC3CBB
Black with #EC3CBB
Text Example
Text Example
White with #EC3CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CBB; }
p { color: rgb(236,60,187); }
H1.HeaderClassName
{
color: #EC3CBB;
}
.AnyTagClassName
{
color: #EC3CBB;
}
</style>
background-color css
<style>
a { background-color: #EC3CBB; }
a { background-color: rgb(236,60,187); }
div.DivClassName
{
background-color: #EC3CBB;
}
.BgClassName
{
background-color: #EC3CBB;
}
</style>
border-color css
<style>
span { border-color: #EC3CBB; }
span { border-color: rgb(236,60,187); }
td.TdClassName
{
border-color: #EC3CBB;
}
.TagClassName
{
border-color: #EC3CBB;
}
</style>