Shades of Hollywood Cerise #EF14A2
Tints of Hollywood Cerise #EF14A2
RGB
CMYK
RGB Variations
Color information
#EF14A2 (or 0xEF14A2) is known color: Hollywood Cerise. HEX triplet: EF, 14 and A2. RGB value is (239,20,162). Sum of RGB (Red+Green+Blue) = 239+20+162=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF14A2 is #10EB5D. Grayscale: #656565. Windows color (decimal): -1108830 or 10622191. OLE color: 10622191.
HSL color Cylindrical-coordinate representation of color #EF14A2: hue angle of 321.1º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF14A2 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 162 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.06 |
| HSL | 321.1º | 0.87% | 0.51% | - |
| HSV(B) | 321.1º | 0.92% | 0.94% | - |
| XYZ | 42.37 | 21.46 | 36.09 | - |
| YUV | 101.67 | 162.05 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 162 | 0 | 0.92 | 0.32 | 0.06 | 321.1 | 0.87 | 0.51 |
| Hex | EF | 14 | A2 | 0 | 5C | 20 | 6 | 141 | 57 | 33 |
| Octal | 357 | 24 | 242 | 0 | 134 | 40 | 6 | 501 | 127 | 63 |
| Binary | 11101111 | 10100 | 10100010 | 0 | 1011100 | 100000 | 110 | 101000001 | 1010111 | 110011 |
Color Harmonies of #EF14A2
Complementary color
Monochromatic Colors of #EF14A2
Black with #EF14A2
Text Example
Text Example
White with #EF14A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF14A2; }
p { color: rgb(239,20,162); }
H1.HeaderClassName
{
color: #EF14A2;
}
.AnyTagClassName
{
color: #EF14A2;
}
</style>
background-color css
<style>
a { background-color: #EF14A2; }
a { background-color: rgb(239,20,162); }
div.DivClassName
{
background-color: #EF14A2;
}
.BgClassName
{
background-color: #EF14A2;
}
</style>
border-color css
<style>
span { border-color: #EF14A2; }
span { border-color: rgb(239,20,162); }
td.TdClassName
{
border-color: #EF14A2;
}
.TagClassName
{
border-color: #EF14A2;
}
</style>