Shades of Razzle Dazzle Rose #EC41C0
Tints of Razzle Dazzle Rose #EC41C0
RGB
CMYK
RGB Variations
Color information
#EC41C0 (or 0xEC41C0) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and C0. RGB value is (236,65,192). Sum of RGB (Red+Green+Blue) = 236+65+192=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41C0 is #13BE3F. Grayscale: #828282. Windows color (decimal): -1293888 or 12599788. OLE color: 12599788.
HSL color Cylindrical-coordinate representation of color #EC41C0: hue angle of 315.44º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC41C0 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 192 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.07 |
| HSL | 315.44º | 0.82% | 0.59% | - |
| HSV(B) | 315.44º | 0.72% | 0.93% | - |
| XYZ | 46 | 25.42 | 52.35 | - |
| YUV | 130.61 | 162.65 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 192 | 0 | 0.72 | 0.19 | 0.07 | 315.44 | 0.82 | 0.59 |
| Hex | EC | 41 | C0 | 0 | 48 | 13 | 7 | 13B | 52 | 3B |
| Octal | 354 | 101 | 300 | 0 | 110 | 23 | 7 | 473 | 122 | 73 |
| Binary | 11101100 | 1000001 | 11000000 | 0 | 1001000 | 10011 | 111 | 100111011 | 1010010 | 111011 |
Color Harmonies of #EC41C0
Complementary color
Monochromatic Colors of #EC41C0
Black with #EC41C0
Text Example
Text Example
White with #EC41C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41C0; }
p { color: rgb(236,65,192); }
H1.HeaderClassName
{
color: #EC41C0;
}
.AnyTagClassName
{
color: #EC41C0;
}
</style>
background-color css
<style>
a { background-color: #EC41C0; }
a { background-color: rgb(236,65,192); }
div.DivClassName
{
background-color: #EC41C0;
}
.BgClassName
{
background-color: #EC41C0;
}
</style>
border-color css
<style>
span { border-color: #EC41C0; }
span { border-color: rgb(236,65,192); }
td.TdClassName
{
border-color: #EC41C0;
}
.TagClassName
{
border-color: #EC41C0;
}
</style>