#EA119E

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

Shades of Hollywood Cerise #EA119E

Tints of Hollywood Cerise #EA119E

Color information

#EA119E (or 0xEA119E) is unknown color: approx Hollywood Cerise. HEX triplet: EA, 11 and 9E. RGB value is (234,17,158). Sum of RGB (Red+Green+Blue) = 234+17+158=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA119E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA119E is #15EE61. Grayscale: #616161. Windows color (decimal): -1437282 or 10359274. OLE color: 10359274.

HSL color Cylindrical-coordinate representation of color #EA119E: hue angle of 321.01º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA119E is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB23417158-
CMYK00.930.320.08
HSL321.01º86.45%49.22%-
HSV(B)321.01º92.74%91.76%-
XYZ40.320.3634.15-
YUV97.96161.89225.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.21%
GREEN value IS 17 (7.03% from 255) = 4.16%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=57.21%
G=4.16%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341715800.930.320.08321.0186.4549.22
HexEA119E05D2081415631
Octal352212360135401050112661
Binary1110101010001100111100101110110000010001010000011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA119E; }

 p { color: rgb(234,17,158); }

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

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

 a { background-color: rgb(234,17,158); }

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

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

 span { border-color: rgb(234,17,158); }

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