Shades of Razzle Dazzle Rose #EC41C5
Tints of Razzle Dazzle Rose #EC41C5
RGB
CMYK
RGB Variations
Color information
#EC41C5 (or 0xEC41C5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and C5. RGB value is (236,65,197). Sum of RGB (Red+Green+Blue) = 236+65+197=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41C5 is #13BE3A. Grayscale: #828282. Windows color (decimal): -1293883 or 12927468. OLE color: 12927468.
HSL color Cylindrical-coordinate representation of color #EC41C5: hue angle of 313.68º 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 #EC41C5 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 197 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.07 |
| HSL | 313.68º | 0.82% | 0.59% | - |
| HSV(B) | 313.68º | 0.72% | 0.93% | - |
| XYZ | 46.56 | 25.64 | 55.32 | - |
| YUV | 131.18 | 165.15 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 197 | 0 | 0.72 | 0.17 | 0.07 | 313.68 | 0.82 | 0.59 |
| Hex | EC | 41 | C5 | 0 | 48 | 11 | 7 | 13A | 52 | 3B |
| Octal | 354 | 101 | 305 | 0 | 110 | 21 | 7 | 472 | 122 | 73 |
| Binary | 11101100 | 1000001 | 11000101 | 0 | 1001000 | 10001 | 111 | 100111010 | 1010010 | 111011 |
Color Harmonies of #EC41C5
Complementary color
Monochromatic Colors of #EC41C5
Black with #EC41C5
Text Example
Text Example
White with #EC41C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41C5; }
p { color: rgb(236,65,197); }
H1.HeaderClassName
{
color: #EC41C5;
}
.AnyTagClassName
{
color: #EC41C5;
}
</style>
background-color css
<style>
a { background-color: #EC41C5; }
a { background-color: rgb(236,65,197); }
div.DivClassName
{
background-color: #EC41C5;
}
.BgClassName
{
background-color: #EC41C5;
}
</style>
border-color css
<style>
span { border-color: #EC41C5; }
span { border-color: rgb(236,65,197); }
td.TdClassName
{
border-color: #EC41C5;
}
.TagClassName
{
border-color: #EC41C5;
}
</style>