#EF14A3

Color #EF14A3 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #EF14A3

Tints of Hollywood Cerise #EF14A3

Color information

#EF14A3 (or 0xEF14A3) is unknown color: approx Hollywood Cerise. HEX triplet: EF, 14 and A3. RGB value is (239,20,163). Sum of RGB (Red+Green+Blue) = 239+20+163=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF14A3 is #10EB5C. Grayscale: #656565. Windows color (decimal): -1108829 or 10687727. OLE color: 10687727.

HSL color Cylindrical-coordinate representation of color #EF14A3: hue angle of 320.82º 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 #EF14A3 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB23920163-
CMYK00.920.320.06
HSL320.82º87.25%50.78%-
HSV(B)320.82º91.63%93.73%-
XYZ42.4621.536.56-
YUV101.78162.55225.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 56.64%
GREEN value IS 20 (8.20% from 255) = 4.74%
BLUE value IS 163 (64.06% from 255) = 38.63%
R=56.64%
G=4.74%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392016300.920.320.06320.8287.2550.78
HexEF14A305C2061415733
Octal35724243013440650112763
Binary111011111010010100011010111001000001101010000011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF14A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF14A3; }

 p { color: rgb(239,20,163); }

 H1.HeaderClassName
 {
   color: #EF14A3;
 }
 .AnyTagClassName
 {
   color: #EF14A3;
 }
</style>
background-color css

<style>
 a { background-color: #EF14A3; }

 a { background-color: rgb(239,20,163); }

 div.DivClassName
 {
   background-color: #EF14A3;
 }
 .BgClassName
 {
   background-color: #EF14A3;
 }
</style>
border-color css

<style>
 span { border-color: #EF14A3; }

 span { border-color: rgb(239,20,163); }

 td.TdClassName
 {
   border-color: #EF14A3;
 }
 .TagClassName
 {
   border-color: #EF14A3;
 }
</style>