Shades of Razzle Dazzle Rose #EC41D6
Tints of Razzle Dazzle Rose #EC41D6
RGB
CMYK
RGB Variations
Color information
#EC41D6 (or 0xEC41D6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and D6. RGB value is (236,65,214). Sum of RGB (Red+Green+Blue) = 236+65+214=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41D6 is #13BE29. Grayscale: #848484. Windows color (decimal): -1293866 or 14041580. OLE color: 14041580.
HSL color Cylindrical-coordinate representation of color #EC41D6: hue angle of 307.72º 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 #EC41D6 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 214 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.07 |
| HSL | 307.72º | 0.82% | 0.59% | - |
| HSV(B) | 307.72º | 0.72% | 0.93% | - |
| XYZ | 48.62 | 26.47 | 66.16 | - |
| YUV | 133.12 | 173.65 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 214 | 0 | 0.72 | 0.09 | 0.07 | 307.72 | 0.82 | 0.59 |
| Hex | EC | 41 | D6 | 0 | 48 | 9 | 7 | 134 | 52 | 3B |
| Octal | 354 | 101 | 326 | 0 | 110 | 11 | 7 | 464 | 122 | 73 |
| Binary | 11101100 | 1000001 | 11010110 | 0 | 1001000 | 1001 | 111 | 100110100 | 1010010 | 111011 |
Color Harmonies of #EC41D6
Complementary color
Monochromatic Colors of #EC41D6
Black with #EC41D6
Text Example
Text Example
White with #EC41D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41D6; }
p { color: rgb(236,65,214); }
H1.HeaderClassName
{
color: #EC41D6;
}
.AnyTagClassName
{
color: #EC41D6;
}
</style>
background-color css
<style>
a { background-color: #EC41D6; }
a { background-color: rgb(236,65,214); }
div.DivClassName
{
background-color: #EC41D6;
}
.BgClassName
{
background-color: #EC41D6;
}
</style>
border-color css
<style>
span { border-color: #EC41D6; }
span { border-color: rgb(236,65,214); }
td.TdClassName
{
border-color: #EC41D6;
}
.TagClassName
{
border-color: #EC41D6;
}
</style>