Shades of Hollywood Cerise #EC00B5
Tints of Hollywood Cerise #EC00B5
RGB
CMYK
RGB Variations
Color information
#EC00B5 (or 0xEC00B5) is known color: Hollywood Cerise. HEX triplet: EC, 00 and B5. RGB value is (236,0,181). Sum of RGB (Red+Green+Blue) = 236+0+181=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00B5 is #13FF4A. Grayscale: #5A5A5A. Windows color (decimal): -1310539 or 11862252. OLE color: 11862252.
HSL color Cylindrical-coordinate representation of color #EC00B5: hue angle of 313.98º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00B5 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.23 | 0.07 |
| HSL | 313.98º | 1% | 0.46% | - |
| HSV(B) | 313.98º | 1% | 0.93% | - |
| XYZ | 42.93 | 21.17 | 45.54 | - |
| YUV | 91.2 | 178.69 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 181 | 0 | 1 | 0.23 | 0.07 | 313.98 | 1 | 0.46 |
| Hex | EC | 0 | B5 | 0 | 64 | 17 | 7 | 13A | 64 | 2E |
| Octal | 354 | 0 | 265 | 0 | 144 | 27 | 7 | 472 | 144 | 56 |
| Binary | 11101100 | 0 | 10110101 | 0 | 1100100 | 10111 | 111 | 100111010 | 1100100 | 101110 |
Color Harmonies of #EC00B5
Complementary color
Monochromatic Colors of #EC00B5
Black with #EC00B5
Text Example
Text Example
White with #EC00B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00B5; }
p { color: rgb(236,0,181); }
H1.HeaderClassName
{
color: #EC00B5;
}
.AnyTagClassName
{
color: #EC00B5;
}
</style>
background-color css
<style>
a { background-color: #EC00B5; }
a { background-color: rgb(236,0,181); }
div.DivClassName
{
background-color: #EC00B5;
}
.BgClassName
{
background-color: #EC00B5;
}
</style>
border-color css
<style>
span { border-color: #EC00B5; }
span { border-color: rgb(236,0,181); }
td.TdClassName
{
border-color: #EC00B5;
}
.TagClassName
{
border-color: #EC00B5;
}
</style>