Shades of Razzle Dazzle Rose #EC41B5
Tints of Razzle Dazzle Rose #EC41B5
RGB
CMYK
RGB Variations
Color information
#EC41B5 (or 0xEC41B5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and B5. RGB value is (236,65,181). Sum of RGB (Red+Green+Blue) = 236+65+181=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41B5 is #13BE4A. Grayscale: #818181. Windows color (decimal): -1293899 or 11878892. OLE color: 11878892.
HSL color Cylindrical-coordinate representation of color #EC41B5: hue angle of 319.3º 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 #EC41B5 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 181 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.07 |
| HSL | 319.3º | 0.82% | 0.59% | - |
| HSV(B) | 319.3º | 0.72% | 0.93% | - |
| XYZ | 44.82 | 24.95 | 46.17 | - |
| YUV | 129.35 | 157.15 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 181 | 0 | 0.72 | 0.23 | 0.07 | 319.3 | 0.82 | 0.59 |
| Hex | EC | 41 | B5 | 0 | 48 | 17 | 7 | 13F | 52 | 3B |
| Octal | 354 | 101 | 265 | 0 | 110 | 27 | 7 | 477 | 122 | 73 |
| Binary | 11101100 | 1000001 | 10110101 | 0 | 1001000 | 10111 | 111 | 100111111 | 1010010 | 111011 |
Color Harmonies of #EC41B5
Complementary color
Monochromatic Colors of #EC41B5
Black with #EC41B5
Text Example
Text Example
White with #EC41B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41B5; }
p { color: rgb(236,65,181); }
H1.HeaderClassName
{
color: #EC41B5;
}
.AnyTagClassName
{
color: #EC41B5;
}
</style>
background-color css
<style>
a { background-color: #EC41B5; }
a { background-color: rgb(236,65,181); }
div.DivClassName
{
background-color: #EC41B5;
}
.BgClassName
{
background-color: #EC41B5;
}
</style>
border-color css
<style>
span { border-color: #EC41B5; }
span { border-color: rgb(236,65,181); }
td.TdClassName
{
border-color: #EC41B5;
}
.TagClassName
{
border-color: #EC41B5;
}
</style>