Shades of Razzle Dazzle Rose #EC2BBC
Tints of Razzle Dazzle Rose #EC2BBC
RGB
CMYK
RGB Variations
Color information
#EC2BBC (or 0xEC2BBC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2B and BC. RGB value is (236,43,188). Sum of RGB (Red+Green+Blue) = 236+43+188=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2BBC is #13D443. Grayscale: #747474. Windows color (decimal): -1299524 or 12332012. OLE color: 12332012.
HSL color Cylindrical-coordinate representation of color #EC2BBC: hue angle of 314.92º 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 #EC2BBC is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 188 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.07 |
| HSL | 314.92º | 0.84% | 0.55% | - |
| HSV(B) | 314.92º | 0.82% | 0.93% | - |
| XYZ | 44.53 | 23.19 | 49.71 | - |
| YUV | 117.24 | 167.94 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 188 | 0 | 0.82 | 0.20 | 0.07 | 314.92 | 0.84 | 0.55 |
| Hex | EC | 2B | BC | 0 | 52 | 14 | 7 | 13B | 54 | 37 |
| Octal | 354 | 53 | 274 | 0 | 122 | 24 | 7 | 473 | 124 | 67 |
| Binary | 11101100 | 101011 | 10111100 | 0 | 1010010 | 10100 | 111 | 100111011 | 1010100 | 110111 |
Color Harmonies of #EC2BBC
Complementary color
Monochromatic Colors of #EC2BBC
Black with #EC2BBC
Text Example
Text Example
White with #EC2BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BBC; }
p { color: rgb(236,43,188); }
H1.HeaderClassName
{
color: #EC2BBC;
}
.AnyTagClassName
{
color: #EC2BBC;
}
</style>
background-color css
<style>
a { background-color: #EC2BBC; }
a { background-color: rgb(236,43,188); }
div.DivClassName
{
background-color: #EC2BBC;
}
.BgClassName
{
background-color: #EC2BBC;
}
</style>
border-color css
<style>
span { border-color: #EC2BBC; }
span { border-color: rgb(236,43,188); }
td.TdClassName
{
border-color: #EC2BBC;
}
.TagClassName
{
border-color: #EC2BBC;
}
</style>