Shades of Razzle Dazzle Rose #EC41C6
Tints of Razzle Dazzle Rose #EC41C6
RGB
CMYK
RGB Variations
Color information
#EC41C6 (or 0xEC41C6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and C6. RGB value is (236,65,198). Sum of RGB (Red+Green+Blue) = 236+65+198=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41C6 is #13BE39. Grayscale: #828282. Windows color (decimal): -1293882 or 12993004. OLE color: 12993004.
HSL color Cylindrical-coordinate representation of color #EC41C6: hue angle of 313.33º 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 #EC41C6 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 198 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.07 |
| HSL | 313.33º | 0.82% | 0.59% | - |
| HSV(B) | 313.33º | 0.72% | 0.93% | - |
| XYZ | 46.68 | 25.69 | 55.92 | - |
| YUV | 131.29 | 165.65 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 198 | 0 | 0.72 | 0.16 | 0.07 | 313.33 | 0.82 | 0.59 |
| Hex | EC | 41 | C6 | 0 | 48 | 10 | 7 | 139 | 52 | 3B |
| Octal | 354 | 101 | 306 | 0 | 110 | 20 | 7 | 471 | 122 | 73 |
| Binary | 11101100 | 1000001 | 11000110 | 0 | 1001000 | 10000 | 111 | 100111001 | 1010010 | 111011 |
Color Harmonies of #EC41C6
Complementary color
Monochromatic Colors of #EC41C6
Black with #EC41C6
Text Example
Text Example
White with #EC41C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41C6; }
p { color: rgb(236,65,198); }
H1.HeaderClassName
{
color: #EC41C6;
}
.AnyTagClassName
{
color: #EC41C6;
}
</style>
background-color css
<style>
a { background-color: #EC41C6; }
a { background-color: rgb(236,65,198); }
div.DivClassName
{
background-color: #EC41C6;
}
.BgClassName
{
background-color: #EC41C6;
}
</style>
border-color css
<style>
span { border-color: #EC41C6; }
span { border-color: rgb(236,65,198); }
td.TdClassName
{
border-color: #EC41C6;
}
.TagClassName
{
border-color: #EC41C6;
}
</style>