Shades of Razzle Dazzle Rose #EC2CCC
Tints of Razzle Dazzle Rose #EC2CCC
RGB
CMYK
RGB Variations
Color information
#EC2CCC (or 0xEC2CCC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2C and CC. RGB value is (236,44,204). Sum of RGB (Red+Green+Blue) = 236+44+204=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 44 (17.58% from 255 or 9.09% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2CCC is #13D333. Grayscale: #777777. Windows color (decimal): -1299252 or 13380844. OLE color: 13380844.
HSL color Cylindrical-coordinate representation of color #EC2CCC: hue angle of 310º 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 #EC2CCC is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 44 | 204 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.07 |
| HSL | 310º | 0.83% | 0.55% | - |
| HSV(B) | 310º | 0.81% | 0.93% | - |
| XYZ | 46.39 | 23.99 | 59.31 | - |
| YUV | 119.65 | 175.61 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 44 | 204 | 0 | 0.81 | 0.14 | 0.07 | 310 | 0.83 | 0.55 |
| Hex | EC | 2C | CC | 0 | 51 | E | 7 | 136 | 53 | 37 |
| Octal | 354 | 54 | 314 | 0 | 121 | 16 | 7 | 466 | 123 | 67 |
| Binary | 11101100 | 101100 | 11001100 | 0 | 1010001 | 1110 | 111 | 100110110 | 1010011 | 110111 |
Color Harmonies of #EC2CCC
Complementary color
Monochromatic Colors of #EC2CCC
Black with #EC2CCC
Text Example
Text Example
White with #EC2CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2CCC; }
p { color: rgb(236,44,204); }
H1.HeaderClassName
{
color: #EC2CCC;
}
.AnyTagClassName
{
color: #EC2CCC;
}
</style>
background-color css
<style>
a { background-color: #EC2CCC; }
a { background-color: rgb(236,44,204); }
div.DivClassName
{
background-color: #EC2CCC;
}
.BgClassName
{
background-color: #EC2CCC;
}
</style>
border-color css
<style>
span { border-color: #EC2CCC; }
span { border-color: rgb(236,44,204); }
td.TdClassName
{
border-color: #EC2CCC;
}
.TagClassName
{
border-color: #EC2CCC;
}
</style>