Shades of Razzle Dazzle Rose #EC4ABC
Tints of Razzle Dazzle Rose #EC4ABC
RGB
CMYK
RGB Variations
Color information
#EC4ABC (or 0xEC4ABC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 4A and BC. RGB value is (236,74,188). Sum of RGB (Red+Green+Blue) = 236+74+188=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4ABC is #13B543. Grayscale: #878787. Windows color (decimal): -1291588 or 12339948. OLE color: 12339948.
HSL color Cylindrical-coordinate representation of color #EC4ABC: hue angle of 317.78º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4ABC is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 188 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.07 |
| HSL | 317.78º | 0.81% | 0.61% | - |
| HSV(B) | 317.78º | 0.69% | 0.93% | - |
| XYZ | 46.12 | 26.36 | 50.23 | - |
| YUV | 135.43 | 157.67 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 188 | 0 | 0.69 | 0.20 | 0.07 | 317.78 | 0.81 | 0.61 |
| Hex | EC | 4A | BC | 0 | 45 | 14 | 7 | 13E | 51 | 3D |
| Octal | 354 | 112 | 274 | 0 | 105 | 24 | 7 | 476 | 121 | 75 |
| Binary | 11101100 | 1001010 | 10111100 | 0 | 1000101 | 10100 | 111 | 100111110 | 1010001 | 111101 |
Color Harmonies of #EC4ABC
Complementary color
Monochromatic Colors of #EC4ABC
Black with #EC4ABC
Text Example
Text Example
White with #EC4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4ABC; }
p { color: rgb(236,74,188); }
H1.HeaderClassName
{
color: #EC4ABC;
}
.AnyTagClassName
{
color: #EC4ABC;
}
</style>
background-color css
<style>
a { background-color: #EC4ABC; }
a { background-color: rgb(236,74,188); }
div.DivClassName
{
background-color: #EC4ABC;
}
.BgClassName
{
background-color: #EC4ABC;
}
</style>
border-color css
<style>
span { border-color: #EC4ABC; }
span { border-color: rgb(236,74,188); }
td.TdClassName
{
border-color: #EC4ABC;
}
.TagClassName
{
border-color: #EC4ABC;
}
</style>