Shades of Razzle Dazzle Rose #EC41BB
Tints of Razzle Dazzle Rose #EC41BB
RGB
CMYK
RGB Variations
Color information
#EC41BB (or 0xEC41BB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and BB. RGB value is (236,65,187). Sum of RGB (Red+Green+Blue) = 236+65+187=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41BB is #13BE44. Grayscale: #818181. Windows color (decimal): -1293893 or 12272108. OLE color: 12272108.
HSL color Cylindrical-coordinate representation of color #EC41BB: hue angle of 317.19º 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 #EC41BB is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 187 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.07 |
| HSL | 317.19º | 0.82% | 0.59% | - |
| HSV(B) | 317.19º | 0.72% | 0.93% | - |
| XYZ | 45.45 | 25.2 | 49.48 | - |
| YUV | 130.04 | 160.15 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 187 | 0 | 0.72 | 0.21 | 0.07 | 317.19 | 0.82 | 0.59 |
| Hex | EC | 41 | BB | 0 | 48 | 15 | 7 | 13D | 52 | 3B |
| Octal | 354 | 101 | 273 | 0 | 110 | 25 | 7 | 475 | 122 | 73 |
| Binary | 11101100 | 1000001 | 10111011 | 0 | 1001000 | 10101 | 111 | 100111101 | 1010010 | 111011 |
Color Harmonies of #EC41BB
Complementary color
Monochromatic Colors of #EC41BB
Black with #EC41BB
Text Example
Text Example
White with #EC41BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41BB; }
p { color: rgb(236,65,187); }
H1.HeaderClassName
{
color: #EC41BB;
}
.AnyTagClassName
{
color: #EC41BB;
}
</style>
background-color css
<style>
a { background-color: #EC41BB; }
a { background-color: rgb(236,65,187); }
div.DivClassName
{
background-color: #EC41BB;
}
.BgClassName
{
background-color: #EC41BB;
}
</style>
border-color css
<style>
span { border-color: #EC41BB; }
span { border-color: rgb(236,65,187); }
td.TdClassName
{
border-color: #EC41BB;
}
.TagClassName
{
border-color: #EC41BB;
}
</style>