Shades of Razzle Dazzle Rose #EC2ABB
Tints of Razzle Dazzle Rose #EC2ABB
RGB
CMYK
RGB Variations
Color information
#EC2ABB (or 0xEC2ABB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2A and BB. RGB value is (236,42,187). Sum of RGB (Red+Green+Blue) = 236+42+187=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2ABB is #13D544. Grayscale: #747474. Windows color (decimal): -1299781 or 12266220. OLE color: 12266220.
HSL color Cylindrical-coordinate representation of color #EC2ABB: hue angle of 315.15º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2ABB is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 187 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.07 |
| HSL | 315.15º | 0.84% | 0.55% | - |
| HSV(B) | 315.15º | 0.82% | 0.93% | - |
| XYZ | 44.39 | 23.08 | 49.13 | - |
| YUV | 116.54 | 167.77 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 187 | 0 | 0.82 | 0.21 | 0.07 | 315.15 | 0.84 | 0.55 |
| Hex | EC | 2A | BB | 0 | 52 | 15 | 7 | 13B | 54 | 37 |
| Octal | 354 | 52 | 273 | 0 | 122 | 25 | 7 | 473 | 124 | 67 |
| Binary | 11101100 | 101010 | 10111011 | 0 | 1010010 | 10101 | 111 | 100111011 | 1010100 | 110111 |
Color Harmonies of #EC2ABB
Complementary color
Monochromatic Colors of #EC2ABB
Black with #EC2ABB
Text Example
Text Example
White with #EC2ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2ABB; }
p { color: rgb(236,42,187); }
H1.HeaderClassName
{
color: #EC2ABB;
}
.AnyTagClassName
{
color: #EC2ABB;
}
</style>
background-color css
<style>
a { background-color: #EC2ABB; }
a { background-color: rgb(236,42,187); }
div.DivClassName
{
background-color: #EC2ABB;
}
.BgClassName
{
background-color: #EC2ABB;
}
</style>
border-color css
<style>
span { border-color: #EC2ABB; }
span { border-color: rgb(236,42,187); }
td.TdClassName
{
border-color: #EC2ABB;
}
.TagClassName
{
border-color: #EC2ABB;
}
</style>