Shades of Hollywood Cerise #ED159E
Tints of Hollywood Cerise #ED159E
RGB
CMYK
RGB Variations
Color information
#ED159E (or 0xED159E) is known color: Hollywood Cerise. HEX triplet: ED, 15 and 9E. RGB value is (237,21,158). Sum of RGB (Red+Green+Blue) = 237+21+158=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED159E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED159E is #12EA61. Grayscale: #646464. Windows color (decimal): -1239650 or 10360301. OLE color: 10360301.
HSL color Cylindrical-coordinate representation of color #ED159E: hue angle of 321.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED159E is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 158 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.07 |
| HSL | 321.94º | 0.86% | 0.51% | - |
| HSV(B) | 321.94º | 0.91% | 0.93% | - |
| XYZ | 41.36 | 21.01 | 34.22 | - |
| YUV | 101.2 | 160.06 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 158 | 0 | 0.91 | 0.33 | 0.07 | 321.94 | 0.86 | 0.51 |
| Hex | ED | 15 | 9E | 0 | 5B | 21 | 7 | 142 | 56 | 33 |
| Octal | 355 | 25 | 236 | 0 | 133 | 41 | 7 | 502 | 126 | 63 |
| Binary | 11101101 | 10101 | 10011110 | 0 | 1011011 | 100001 | 111 | 101000010 | 1010110 | 110011 |
Color Harmonies of #ED159E
Complementary color
Monochromatic Colors of #ED159E
Black with #ED159E
Text Example
Text Example
White with #ED159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED159E; }
p { color: rgb(237,21,158); }
H1.HeaderClassName
{
color: #ED159E;
}
.AnyTagClassName
{
color: #ED159E;
}
</style>
background-color css
<style>
a { background-color: #ED159E; }
a { background-color: rgb(237,21,158); }
div.DivClassName
{
background-color: #ED159E;
}
.BgClassName
{
background-color: #ED159E;
}
</style>
border-color css
<style>
span { border-color: #ED159E; }
span { border-color: rgb(237,21,158); }
td.TdClassName
{
border-color: #ED159E;
}
.TagClassName
{
border-color: #ED159E;
}
</style>