Shades of Razzle Dazzle Rose #EC3ABB
Tints of Razzle Dazzle Rose #EC3ABB
RGB
CMYK
RGB Variations
Color information
#EC3ABB (or 0xEC3ABB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3A and BB. RGB value is (236,58,187). Sum of RGB (Red+Green+Blue) = 236+58+187=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3ABB is #13C544. Grayscale: #7D7D7D. Windows color (decimal): -1295685 or 12270316. OLE color: 12270316.
HSL color Cylindrical-coordinate representation of color #EC3ABB: hue angle of 316.52º 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 #EC3ABB is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 187 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.07 |
| HSL | 316.52º | 0.82% | 0.58% | - |
| HSV(B) | 316.52º | 0.75% | 0.93% | - |
| XYZ | 45.07 | 24.45 | 49.36 | - |
| YUV | 125.93 | 162.47 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 187 | 0 | 0.75 | 0.21 | 0.07 | 316.52 | 0.82 | 0.58 |
| Hex | EC | 3A | BB | 0 | 4B | 15 | 7 | 13D | 52 | 3A |
| Octal | 354 | 72 | 273 | 0 | 113 | 25 | 7 | 475 | 122 | 72 |
| Binary | 11101100 | 111010 | 10111011 | 0 | 1001011 | 10101 | 111 | 100111101 | 1010010 | 111010 |
Color Harmonies of #EC3ABB
Complementary color
Monochromatic Colors of #EC3ABB
Black with #EC3ABB
Text Example
Text Example
White with #EC3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3ABB; }
p { color: rgb(236,58,187); }
H1.HeaderClassName
{
color: #EC3ABB;
}
.AnyTagClassName
{
color: #EC3ABB;
}
</style>
background-color css
<style>
a { background-color: #EC3ABB; }
a { background-color: rgb(236,58,187); }
div.DivClassName
{
background-color: #EC3ABB;
}
.BgClassName
{
background-color: #EC3ABB;
}
</style>
border-color css
<style>
span { border-color: #EC3ABB; }
span { border-color: rgb(236,58,187); }
td.TdClassName
{
border-color: #EC3ABB;
}
.TagClassName
{
border-color: #EC3ABB;
}
</style>