Shades of Hollywood Cerise #ED139F
Tints of Hollywood Cerise #ED139F
RGB
CMYK
RGB Variations
Color information
#ED139F (or 0xED139F) is known color: Hollywood Cerise. HEX triplet: ED, 13 and 9F. RGB value is (237,19,159). Sum of RGB (Red+Green+Blue) = 237+19+159=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED139F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED139F is #12EC60. Grayscale: #636363. Windows color (decimal): -1240161 or 10425325. OLE color: 10425325.
HSL color Cylindrical-coordinate representation of color #ED139F: hue angle of 321.47º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED139F is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 159 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.07 |
| HSL | 321.47º | 0.86% | 0.5% | - |
| HSV(B) | 321.47º | 0.92% | 0.93% | - |
| XYZ | 41.42 | 20.97 | 34.67 | - |
| YUV | 100.14 | 161.22 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 159 | 0 | 0.92 | 0.33 | 0.07 | 321.47 | 0.86 | 0.5 |
| Hex | ED | 13 | 9F | 0 | 5C | 21 | 7 | 141 | 56 | 32 |
| Octal | 355 | 23 | 237 | 0 | 134 | 41 | 7 | 501 | 126 | 62 |
| Binary | 11101101 | 10011 | 10011111 | 0 | 1011100 | 100001 | 111 | 101000001 | 1010110 | 110010 |
Color Harmonies of #ED139F
Complementary color
Monochromatic Colors of #ED139F
Black with #ED139F
Text Example
Text Example
White with #ED139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED139F; }
p { color: rgb(237,19,159); }
H1.HeaderClassName
{
color: #ED139F;
}
.AnyTagClassName
{
color: #ED139F;
}
</style>
background-color css
<style>
a { background-color: #ED139F; }
a { background-color: rgb(237,19,159); }
div.DivClassName
{
background-color: #ED139F;
}
.BgClassName
{
background-color: #ED139F;
}
</style>
border-color css
<style>
span { border-color: #ED139F; }
span { border-color: rgb(237,19,159); }
td.TdClassName
{
border-color: #ED139F;
}
.TagClassName
{
border-color: #ED139F;
}
</style>