#EA807C

Color #EA807C Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #EA807C

Tints of Light Coral #EA807C

Color information

#EA807C (or 0xEA807C) is unknown color: approx Light Coral. HEX triplet: EA, 80 and 7C. RGB value is (234,128,124). Sum of RGB (Red+Green+Blue) = 234+128+124=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA807C is #157F83. Grayscale: #9F9F9F. Windows color (decimal): -1408900 or 8159466. OLE color: 8159466.

HSL color Cylindrical-coordinate representation of color #EA807C: hue angle of 2.18º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA807C is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB234128124-
CMYK00.450.470.08
HSL2.18º72.37%70.2%-
HSV(B)2.18º47.01%91.76%-
XYZ45.2934.3923.32-
YUV159.24108.12181.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.15%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 124 (48.83% from 255) = 25.51%
R=48.15%
G=26.34%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412812400.450.470.082.1872.3770.2
HexEA807C02D2F824846
Octal35220017405557102110106
Binary11101010100000001111100010110110111110001010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA807C; }

 p { color: rgb(234,128,124); }

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

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

 a { background-color: rgb(234,128,124); }

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

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

 span { border-color: rgb(234,128,124); }

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