Shades of Razzle Dazzle Rose #EC41C7
Tints of Razzle Dazzle Rose #EC41C7
RGB
CMYK
RGB Variations
Color information
#EC41C7 (or 0xEC41C7) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and C7. RGB value is (236,65,199). Sum of RGB (Red+Green+Blue) = 236+65+199=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41C7 is #13BE38. Grayscale: #838383. Windows color (decimal): -1293881 or 13058540. OLE color: 13058540.
HSL color Cylindrical-coordinate representation of color #EC41C7: hue angle of 312.98º 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 #EC41C7 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 199 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.07 |
| HSL | 312.98º | 0.82% | 0.59% | - |
| HSV(B) | 312.98º | 0.72% | 0.93% | - |
| XYZ | 46.79 | 25.74 | 56.53 | - |
| YUV | 131.41 | 166.15 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 199 | 0 | 0.72 | 0.16 | 0.07 | 312.98 | 0.82 | 0.59 |
| Hex | EC | 41 | C7 | 0 | 48 | 10 | 7 | 139 | 52 | 3B |
| Octal | 354 | 101 | 307 | 0 | 110 | 20 | 7 | 471 | 122 | 73 |
| Binary | 11101100 | 1000001 | 11000111 | 0 | 1001000 | 10000 | 111 | 100111001 | 1010010 | 111011 |
Color Harmonies of #EC41C7
Complementary color
Monochromatic Colors of #EC41C7
Black with #EC41C7
Text Example
Text Example
White with #EC41C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41C7; }
p { color: rgb(236,65,199); }
H1.HeaderClassName
{
color: #EC41C7;
}
.AnyTagClassName
{
color: #EC41C7;
}
</style>
background-color css
<style>
a { background-color: #EC41C7; }
a { background-color: rgb(236,65,199); }
div.DivClassName
{
background-color: #EC41C7;
}
.BgClassName
{
background-color: #EC41C7;
}
</style>
border-color css
<style>
span { border-color: #EC41C7; }
span { border-color: rgb(236,65,199); }
td.TdClassName
{
border-color: #EC41C7;
}
.TagClassName
{
border-color: #EC41C7;
}
</style>