Shades of Razzle Dazzle Rose #EC40BE
Tints of Razzle Dazzle Rose #EC40BE
RGB
CMYK
RGB Variations
Color information
#EC40BE (or 0xEC40BE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 40 and BE. RGB value is (236,64,190). Sum of RGB (Red+Green+Blue) = 236+64+190=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC40BE is #13BF41. Grayscale: #818181. Windows color (decimal): -1294146 or 12468460. OLE color: 12468460.
HSL color Cylindrical-coordinate representation of color #EC40BE: hue angle of 316.05º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC40BE is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 190 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.07 |
| HSL | 316.05º | 0.82% | 0.59% | - |
| HSV(B) | 316.05º | 0.73% | 0.93% | - |
| XYZ | 45.72 | 25.22 | 51.17 | - |
| YUV | 129.79 | 161.98 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 190 | 0 | 0.73 | 0.19 | 0.07 | 316.05 | 0.82 | 0.59 |
| Hex | EC | 40 | BE | 0 | 49 | 13 | 7 | 13C | 52 | 3B |
| Octal | 354 | 100 | 276 | 0 | 111 | 23 | 7 | 474 | 122 | 73 |
| Binary | 11101100 | 1000000 | 10111110 | 0 | 1001001 | 10011 | 111 | 100111100 | 1010010 | 111011 |
Color Harmonies of #EC40BE
Complementary color
Monochromatic Colors of #EC40BE
Black with #EC40BE
Text Example
Text Example
White with #EC40BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC40BE; }
p { color: rgb(236,64,190); }
H1.HeaderClassName
{
color: #EC40BE;
}
.AnyTagClassName
{
color: #EC40BE;
}
</style>
background-color css
<style>
a { background-color: #EC40BE; }
a { background-color: rgb(236,64,190); }
div.DivClassName
{
background-color: #EC40BE;
}
.BgClassName
{
background-color: #EC40BE;
}
</style>
border-color css
<style>
span { border-color: #EC40BE; }
span { border-color: rgb(236,64,190); }
td.TdClassName
{
border-color: #EC40BE;
}
.TagClassName
{
border-color: #EC40BE;
}
</style>