Shades of Razzle Dazzle Rose #EC2BCD
Tints of Razzle Dazzle Rose #EC2BCD
RGB
CMYK
RGB Variations
Color information
#EC2BCD (or 0xEC2BCD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2B and CD. RGB value is (236,43,205). Sum of RGB (Red+Green+Blue) = 236+43+205=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 43 (17.19% from 255 or 8.88% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2BCD is #13D432. Grayscale: #767676. Windows color (decimal): -1299507 or 13446124. OLE color: 13446124.
HSL color Cylindrical-coordinate representation of color #EC2BCD: hue angle of 309.64º 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 #EC2BCD is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 205 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.07 |
| HSL | 309.64º | 0.84% | 0.55% | - |
| HSV(B) | 309.64º | 0.82% | 0.93% | - |
| XYZ | 46.48 | 23.97 | 59.93 | - |
| YUV | 119.18 | 176.44 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 205 | 0 | 0.82 | 0.13 | 0.07 | 309.64 | 0.84 | 0.55 |
| Hex | EC | 2B | CD | 0 | 52 | D | 7 | 136 | 54 | 37 |
| Octal | 354 | 53 | 315 | 0 | 122 | 15 | 7 | 466 | 124 | 67 |
| Binary | 11101100 | 101011 | 11001101 | 0 | 1010010 | 1101 | 111 | 100110110 | 1010100 | 110111 |
Color Harmonies of #EC2BCD
Complementary color
Monochromatic Colors of #EC2BCD
Black with #EC2BCD
Text Example
Text Example
White with #EC2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BCD; }
p { color: rgb(236,43,205); }
H1.HeaderClassName
{
color: #EC2BCD;
}
.AnyTagClassName
{
color: #EC2BCD;
}
</style>
background-color css
<style>
a { background-color: #EC2BCD; }
a { background-color: rgb(236,43,205); }
div.DivClassName
{
background-color: #EC2BCD;
}
.BgClassName
{
background-color: #EC2BCD;
}
</style>
border-color css
<style>
span { border-color: #EC2BCD; }
span { border-color: rgb(236,43,205); }
td.TdClassName
{
border-color: #EC2BCD;
}
.TagClassName
{
border-color: #EC2BCD;
}
</style>