Shades of Razzle Dazzle Rose #EC2BCB
Tints of Razzle Dazzle Rose #EC2BCB
RGB
CMYK
RGB Variations
Color information
#EC2BCB (or 0xEC2BCB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2B and CB. RGB value is (236,43,203). Sum of RGB (Red+Green+Blue) = 236+43+203=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 43 (17.19% from 255 or 8.92% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2BCB is #13D434. Grayscale: #767676. Windows color (decimal): -1299509 or 13315052. OLE color: 13315052.
HSL color Cylindrical-coordinate representation of color #EC2BCB: hue angle of 310.26º 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 #EC2BCB is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 203 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.07 |
| HSL | 310.26º | 0.84% | 0.55% | - |
| HSV(B) | 310.26º | 0.82% | 0.93% | - |
| XYZ | 46.24 | 23.87 | 58.67 | - |
| YUV | 118.95 | 175.44 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 203 | 0 | 0.82 | 0.14 | 0.07 | 310.26 | 0.84 | 0.55 |
| Hex | EC | 2B | CB | 0 | 52 | E | 7 | 136 | 54 | 37 |
| Octal | 354 | 53 | 313 | 0 | 122 | 16 | 7 | 466 | 124 | 67 |
| Binary | 11101100 | 101011 | 11001011 | 0 | 1010010 | 1110 | 111 | 100110110 | 1010100 | 110111 |
Color Harmonies of #EC2BCB
Complementary color
Monochromatic Colors of #EC2BCB
Black with #EC2BCB
Text Example
Text Example
White with #EC2BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BCB; }
p { color: rgb(236,43,203); }
H1.HeaderClassName
{
color: #EC2BCB;
}
.AnyTagClassName
{
color: #EC2BCB;
}
</style>
background-color css
<style>
a { background-color: #EC2BCB; }
a { background-color: rgb(236,43,203); }
div.DivClassName
{
background-color: #EC2BCB;
}
.BgClassName
{
background-color: #EC2BCB;
}
</style>
border-color css
<style>
span { border-color: #EC2BCB; }
span { border-color: rgb(236,43,203); }
td.TdClassName
{
border-color: #EC2BCB;
}
.TagClassName
{
border-color: #EC2BCB;
}
</style>