#EA7E7D

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

Shades of Light Coral #EA7E7D

Tints of Light Coral #EA7E7D

Color information

#EA7E7D (or 0xEA7E7D) is unknown color: approx Light Coral. HEX triplet: EA, 7E and 7D. RGB value is (234,126,125). Sum of RGB (Red+Green+Blue) = 234+126+125=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7E7D is #158182. Grayscale: #9E9E9E. Windows color (decimal): -1409411 or 8224490. OLE color: 8224490.

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

Color convert

RGB234126125-
CMYK00.460.470.08
HSL0.55º72.19%70.39%-
HSV(B)0.55º46.58%91.76%-
XYZ45.0933.8923.57-
YUV158.18109.28182.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 125 (49.22% from 255) = 25.77%
R=48.25%
G=25.98%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412612500.460.470.080.5572.1970.39
HexEA7E7D02E2F814846
Octal35217617505657101110106
Binary111010101111110111110101011101011111000110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7E7D; }

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

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

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

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

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

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

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

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