Shades of Razzle Dazzle Rose #EC41B8
Tints of Razzle Dazzle Rose #EC41B8
RGB
CMYK
RGB Variations
Color information
#EC41B8 (or 0xEC41B8) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and B8. RGB value is (236,65,184). Sum of RGB (Red+Green+Blue) = 236+65+184=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41B8 is #13BE47. Grayscale: #818181. Windows color (decimal): -1293896 or 12075500. OLE color: 12075500.
HSL color Cylindrical-coordinate representation of color #EC41B8: hue angle of 318.25º 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 #EC41B8 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 184 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.07 |
| HSL | 318.25º | 0.82% | 0.59% | - |
| HSV(B) | 318.25º | 0.72% | 0.93% | - |
| XYZ | 45.13 | 25.07 | 47.81 | - |
| YUV | 129.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 184 | 0 | 0.72 | 0.22 | 0.07 | 318.25 | 0.82 | 0.59 |
| Hex | EC | 41 | B8 | 0 | 48 | 16 | 7 | 13E | 52 | 3B |
| Octal | 354 | 101 | 270 | 0 | 110 | 26 | 7 | 476 | 122 | 73 |
| Binary | 11101100 | 1000001 | 10111000 | 0 | 1001000 | 10110 | 111 | 100111110 | 1010010 | 111011 |
Color Harmonies of #EC41B8
Complementary color
Monochromatic Colors of #EC41B8
Black with #EC41B8
Text Example
Text Example
White with #EC41B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41B8; }
p { color: rgb(236,65,184); }
H1.HeaderClassName
{
color: #EC41B8;
}
.AnyTagClassName
{
color: #EC41B8;
}
</style>
background-color css
<style>
a { background-color: #EC41B8; }
a { background-color: rgb(236,65,184); }
div.DivClassName
{
background-color: #EC41B8;
}
.BgClassName
{
background-color: #EC41B8;
}
</style>
border-color css
<style>
span { border-color: #EC41B8; }
span { border-color: rgb(236,65,184); }
td.TdClassName
{
border-color: #EC41B8;
}
.TagClassName
{
border-color: #EC41B8;
}
</style>