#EA807D

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

Shades of Light Coral #EA807D

Tints of Light Coral #EA807D

Color information

#EA807D (or 0xEA807D) is unknown color: approx Light Coral. HEX triplet: EA, 80 and 7D. RGB value is (234,128,125). Sum of RGB (Red+Green+Blue) = 234+128+125=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA807D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA807D is #157F82. Grayscale: #9F9F9F. Windows color (decimal): -1408899 or 8225002. OLE color: 8225002.

HSL color Cylindrical-coordinate representation of color #EA807D: hue angle of 1.65º 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 #EA807D is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB234128125-
CMYK00.450.470.08
HSL1.65º72.19%70.39%-
HSV(B)1.65º46.58%91.76%-
XYZ45.3534.4123.65-
YUV159.35108.62181.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 125 (49.22% from 255) = 25.67%
R=48.05%
G=26.28%
B=25.67%

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
Decimal23412812500.450.470.081.6572.1970.39
HexEA807D02D2F824846
Octal35220017505557102110106
Binary11101010100000001111101010110110111110001010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA807D; }

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

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

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

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

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

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

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

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