#EA149F

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

Shades of Hollywood Cerise #EA149F

Tints of Hollywood Cerise #EA149F

Color information

#EA149F (or 0xEA149F) is unknown color: approx Hollywood Cerise. HEX triplet: EA, 14 and 9F. RGB value is (234,20,159). Sum of RGB (Red+Green+Blue) = 234+20+159=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA149F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA149F is #15EB60. Grayscale: #636363. Windows color (decimal): -1436513 or 10425578. OLE color: 10425578.

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

Color convert

RGB23420159-
CMYK00.910.320.08
HSL321.03º84.25%49.8%-
HSV(B)321.03º91.45%91.76%-
XYZ40.4420.534.63-
YUV99.83161.4223.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.66%
GREEN value IS 20 (8.20% from 255) = 4.84%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=56.66%
G=4.84%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342015900.910.320.08321.0384.2549.8
HexEA149F05B2081415432
Octal352242370133401050112462
Binary1110101010100100111110101101110000010001010000011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA149F; }

 p { color: rgb(234,20,159); }

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

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

 a { background-color: rgb(234,20,159); }

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

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

 span { border-color: rgb(234,20,159); }

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