Shades of Razzle Dazzle Rose #EC2DCB
Tints of Razzle Dazzle Rose #EC2DCB
RGB
CMYK
RGB Variations
Color information
#EC2DCB (or 0xEC2DCB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2D and CB. RGB value is (236,45,203). Sum of RGB (Red+Green+Blue) = 236+45+203=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 45 (17.97% from 255 or 9.30% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2DCB is #13D234. Grayscale: #777777. Windows color (decimal): -1298997 or 13315564. OLE color: 13315564.
HSL color Cylindrical-coordinate representation of color #EC2DCB: hue angle of 310.37º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2DCB is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 203 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.07 |
| HSL | 310.37º | 0.83% | 0.55% | - |
| HSV(B) | 310.37º | 0.81% | 0.93% | - |
| XYZ | 46.31 | 24.02 | 58.7 | - |
| YUV | 120.12 | 174.78 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 203 | 0 | 0.81 | 0.14 | 0.07 | 310.37 | 0.83 | 0.55 |
| Hex | EC | 2D | CB | 0 | 51 | E | 7 | 136 | 53 | 37 |
| Octal | 354 | 55 | 313 | 0 | 121 | 16 | 7 | 466 | 123 | 67 |
| Binary | 11101100 | 101101 | 11001011 | 0 | 1010001 | 1110 | 111 | 100110110 | 1010011 | 110111 |
Color Harmonies of #EC2DCB
Complementary color
Monochromatic Colors of #EC2DCB
Black with #EC2DCB
Text Example
Text Example
White with #EC2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2DCB; }
p { color: rgb(236,45,203); }
H1.HeaderClassName
{
color: #EC2DCB;
}
.AnyTagClassName
{
color: #EC2DCB;
}
</style>
background-color css
<style>
a { background-color: #EC2DCB; }
a { background-color: rgb(236,45,203); }
div.DivClassName
{
background-color: #EC2DCB;
}
.BgClassName
{
background-color: #EC2DCB;
}
</style>
border-color css
<style>
span { border-color: #EC2DCB; }
span { border-color: rgb(236,45,203); }
td.TdClassName
{
border-color: #EC2DCB;
}
.TagClassName
{
border-color: #EC2DCB;
}
</style>