Shades of Razzle Dazzle Rose #EC41BC
Tints of Razzle Dazzle Rose #EC41BC
RGB
CMYK
RGB Variations
Color information
#EC41BC (or 0xEC41BC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and BC. RGB value is (236,65,188). Sum of RGB (Red+Green+Blue) = 236+65+188=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41BC is #13BE43. Grayscale: #818181. Windows color (decimal): -1293892 or 12337644. OLE color: 12337644.
HSL color Cylindrical-coordinate representation of color #EC41BC: hue angle of 316.84º 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 #EC41BC is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 188 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.07 |
| HSL | 316.84º | 0.82% | 0.59% | - |
| HSV(B) | 316.84º | 0.72% | 0.93% | - |
| XYZ | 45.56 | 25.24 | 50.05 | - |
| YUV | 130.15 | 160.65 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 188 | 0 | 0.72 | 0.20 | 0.07 | 316.84 | 0.82 | 0.59 |
| Hex | EC | 41 | BC | 0 | 48 | 14 | 7 | 13D | 52 | 3B |
| Octal | 354 | 101 | 274 | 0 | 110 | 24 | 7 | 475 | 122 | 73 |
| Binary | 11101100 | 1000001 | 10111100 | 0 | 1001000 | 10100 | 111 | 100111101 | 1010010 | 111011 |
Color Harmonies of #EC41BC
Complementary color
Monochromatic Colors of #EC41BC
Black with #EC41BC
Text Example
Text Example
White with #EC41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41BC; }
p { color: rgb(236,65,188); }
H1.HeaderClassName
{
color: #EC41BC;
}
.AnyTagClassName
{
color: #EC41BC;
}
</style>
background-color css
<style>
a { background-color: #EC41BC; }
a { background-color: rgb(236,65,188); }
div.DivClassName
{
background-color: #EC41BC;
}
.BgClassName
{
background-color: #EC41BC;
}
</style>
border-color css
<style>
span { border-color: #EC41BC; }
span { border-color: rgb(236,65,188); }
td.TdClassName
{
border-color: #EC41BC;
}
.TagClassName
{
border-color: #EC41BC;
}
</style>