#ea0fa0

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

Shades of Hollywood Cerise #EA0FA0

Tints of Hollywood Cerise #EA0FA0

Color information

#EA0FA0 (or 0xEA0FA0) is unknown color: approx Hollywood Cerise. HEX triplet: EA, 0F and A0. RGB value is (234,15,160). Sum of RGB (Red+Green+Blue) = 234+15+160=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0FA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0FA0 is #15F05F. Grayscale: #606060. Windows color (decimal): -1437792 or 10489834. OLE color: 10489834.

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

Color convert

RGB23415160-
CMYK00.940.320.08
HSL320.27º87.95%48.82%-
HSV(B)320.27º93.59%91.76%-
XYZ40.4520.3735.06-
YUV97.01163.55225.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.21%
GREEN value IS 15 (6.25% from 255) = 3.67%
BLUE value IS 160 (62.89% from 255) = 39.12%
R=57.21%
G=3.67%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341516000.940.320.08320.2787.9548.82
HexEAFA005E2081405831
Octal352172400136401050013061
Binary111010101111101000000101111010000010001010000001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea0fa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea0fa0; }

 p { color: rgb(234,15,160); }

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

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

 a { background-color: rgb(234,15,160); }

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

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

 span { border-color: rgb(234,15,160); }

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