Shades of Hollywood Cerise #EF0D9A
Tints of Hollywood Cerise #EF0D9A
RGB
CMYK
RGB Variations
Color information
#EF0D9A (or 0xEF0D9A) is known color: Hollywood Cerise. HEX triplet: EF, 0D and 9A. RGB value is (239,13,154). Sum of RGB (Red+Green+Blue) = 239+13+154=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0D9A is #10F265. Grayscale: #606060. Windows color (decimal): -1110630 or 10096111. OLE color: 10096111.
HSL color Cylindrical-coordinate representation of color #EF0D9A: hue angle of 322.57º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0D9A is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 154 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.06 |
| HSL | 322.57º | 0.9% | 0.49% | - |
| HSV(B) | 322.57º | 0.95% | 0.94% | - |
| XYZ | 41.57 | 20.97 | 32.43 | - |
| YUV | 96.65 | 160.37 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 154 | 0 | 0.95 | 0.36 | 0.06 | 322.57 | 0.9 | 0.49 |
| Hex | EF | D | 9A | 0 | 5F | 24 | 6 | 143 | 5A | 31 |
| Octal | 357 | 15 | 232 | 0 | 137 | 44 | 6 | 503 | 132 | 61 |
| Binary | 11101111 | 1101 | 10011010 | 0 | 1011111 | 100100 | 110 | 101000011 | 1011010 | 110001 |
Color Harmonies of #EF0D9A
Complementary color
Monochromatic Colors of #EF0D9A
Black with #EF0D9A
Text Example
Text Example
White with #EF0D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D9A; }
p { color: rgb(239,13,154); }
H1.HeaderClassName
{
color: #EF0D9A;
}
.AnyTagClassName
{
color: #EF0D9A;
}
</style>
background-color css
<style>
a { background-color: #EF0D9A; }
a { background-color: rgb(239,13,154); }
div.DivClassName
{
background-color: #EF0D9A;
}
.BgClassName
{
background-color: #EF0D9A;
}
</style>
border-color css
<style>
span { border-color: #EF0D9A; }
span { border-color: rgb(239,13,154); }
td.TdClassName
{
border-color: #EF0D9A;
}
.TagClassName
{
border-color: #EF0D9A;
}
</style>