Shades of Hollywood Cerise #EF12A1
Tints of Hollywood Cerise #EF12A1
RGB
CMYK
RGB Variations
Color information
#EF12A1 (or 0xEF12A1) is known color: Hollywood Cerise. HEX triplet: EF, 12 and A1. RGB value is (239,18,161). Sum of RGB (Red+Green+Blue) = 239+18+161=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF12A1 is #10ED5E. Grayscale: #646464. Windows color (decimal): -1109343 or 10556143. OLE color: 10556143.
HSL color Cylindrical-coordinate representation of color #EF12A1: hue angle of 321.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF12A1 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 161 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.06 |
| HSL | 321.18º | 0.87% | 0.5% | - |
| HSV(B) | 321.18º | 0.92% | 0.94% | - |
| XYZ | 42.25 | 21.36 | 35.61 | - |
| YUV | 100.38 | 162.22 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 161 | 0 | 0.92 | 0.33 | 0.06 | 321.18 | 0.87 | 0.5 |
| Hex | EF | 12 | A1 | 0 | 5C | 21 | 6 | 141 | 57 | 32 |
| Octal | 357 | 22 | 241 | 0 | 134 | 41 | 6 | 501 | 127 | 62 |
| Binary | 11101111 | 10010 | 10100001 | 0 | 1011100 | 100001 | 110 | 101000001 | 1010111 | 110010 |
Color Harmonies of #EF12A1
Complementary color
Monochromatic Colors of #EF12A1
Black with #EF12A1
Text Example
Text Example
White with #EF12A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF12A1; }
p { color: rgb(239,18,161); }
H1.HeaderClassName
{
color: #EF12A1;
}
.AnyTagClassName
{
color: #EF12A1;
}
</style>
background-color css
<style>
a { background-color: #EF12A1; }
a { background-color: rgb(239,18,161); }
div.DivClassName
{
background-color: #EF12A1;
}
.BgClassName
{
background-color: #EF12A1;
}
</style>
border-color css
<style>
span { border-color: #EF12A1; }
span { border-color: rgb(239,18,161); }
td.TdClassName
{
border-color: #EF12A1;
}
.TagClassName
{
border-color: #EF12A1;
}
</style>