Shades of Razzle Dazzle Rose #EC2EC0
Tints of Razzle Dazzle Rose #EC2EC0
RGB
CMYK
RGB Variations
Color information
#EC2EC0 (or 0xEC2EC0) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and C0. RGB value is (236,46,192). Sum of RGB (Red+Green+Blue) = 236+46+192=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2EC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2EC0 is #13D13F. Grayscale: #777777. Windows color (decimal): -1298752 or 12594924. OLE color: 12594924.
HSL color Cylindrical-coordinate representation of color #EC2EC0: hue angle of 313.89º 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 #EC2EC0 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 192 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.07 |
| HSL | 313.89º | 0.83% | 0.55% | - |
| HSV(B) | 313.89º | 0.81% | 0.93% | - |
| XYZ | 45.08 | 23.59 | 52.05 | - |
| YUV | 119.45 | 168.95 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 192 | 0 | 0.81 | 0.19 | 0.07 | 313.89 | 0.83 | 0.55 |
| Hex | EC | 2E | C0 | 0 | 51 | 13 | 7 | 13A | 53 | 37 |
| Octal | 354 | 56 | 300 | 0 | 121 | 23 | 7 | 472 | 123 | 67 |
| Binary | 11101100 | 101110 | 11000000 | 0 | 1010001 | 10011 | 111 | 100111010 | 1010011 | 110111 |
Color Harmonies of #EC2EC0
Complementary color
Monochromatic Colors of #EC2EC0
Black with #EC2EC0
Text Example
Text Example
White with #EC2EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2EC0; }
p { color: rgb(236,46,192); }
H1.HeaderClassName
{
color: #EC2EC0;
}
.AnyTagClassName
{
color: #EC2EC0;
}
</style>
background-color css
<style>
a { background-color: #EC2EC0; }
a { background-color: rgb(236,46,192); }
div.DivClassName
{
background-color: #EC2EC0;
}
.BgClassName
{
background-color: #EC2EC0;
}
</style>
border-color css
<style>
span { border-color: #EC2EC0; }
span { border-color: rgb(236,46,192); }
td.TdClassName
{
border-color: #EC2EC0;
}
.TagClassName
{
border-color: #EC2EC0;
}
</style>