Shades of Razzle Dazzle Rose #EC41C3
Tints of Razzle Dazzle Rose #EC41C3
RGB
CMYK
RGB Variations
Color information
#EC41C3 (or 0xEC41C3) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and C3. RGB value is (236,65,195). Sum of RGB (Red+Green+Blue) = 236+65+195=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41C3 is #13BE3C. Grayscale: #828282. Windows color (decimal): -1293885 or 12796396. OLE color: 12796396.
HSL color Cylindrical-coordinate representation of color #EC41C3: hue angle of 314.39º 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 #EC41C3 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 195 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.07 |
| HSL | 314.39º | 0.82% | 0.59% | - |
| HSV(B) | 314.39º | 0.72% | 0.93% | - |
| XYZ | 46.33 | 25.55 | 54.12 | - |
| YUV | 130.95 | 164.15 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 195 | 0 | 0.72 | 0.17 | 0.07 | 314.39 | 0.82 | 0.59 |
| Hex | EC | 41 | C3 | 0 | 48 | 11 | 7 | 13A | 52 | 3B |
| Octal | 354 | 101 | 303 | 0 | 110 | 21 | 7 | 472 | 122 | 73 |
| Binary | 11101100 | 1000001 | 11000011 | 0 | 1001000 | 10001 | 111 | 100111010 | 1010010 | 111011 |
Color Harmonies of #EC41C3
Complementary color
Monochromatic Colors of #EC41C3
Black with #EC41C3
Text Example
Text Example
White with #EC41C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41C3; }
p { color: rgb(236,65,195); }
H1.HeaderClassName
{
color: #EC41C3;
}
.AnyTagClassName
{
color: #EC41C3;
}
</style>
background-color css
<style>
a { background-color: #EC41C3; }
a { background-color: rgb(236,65,195); }
div.DivClassName
{
background-color: #EC41C3;
}
.BgClassName
{
background-color: #EC41C3;
}
</style>
border-color css
<style>
span { border-color: #EC41C3; }
span { border-color: rgb(236,65,195); }
td.TdClassName
{
border-color: #EC41C3;
}
.TagClassName
{
border-color: #EC41C3;
}
</style>