#EA817D

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

Shades of Light Coral #EA817D

Tints of Light Coral #EA817D

Color information

#EA817D (or 0xEA817D) is unknown color: approx Light Coral. HEX triplet: EA, 81 and 7D. RGB value is (234,129,125). Sum of RGB (Red+Green+Blue) = 234+129+125=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA817D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA817D is #157E82. Grayscale: #A0A0A0. Windows color (decimal): -1408643 or 8225258. OLE color: 8225258.

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

Color convert

RGB234129125-
CMYK00.450.470.08
HSL2.2º72.19%70.39%-
HSV(B)2.2º46.58%91.76%-
XYZ45.4834.6723.7-
YUV159.94108.29180.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 125 (49.22% from 255) = 25.61%
R=47.95%
G=26.43%
B=25.61%

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
Decimal23412912500.450.470.082.272.1970.39
HexEA817D02D2F824846
Octal35220117505557102110106
Binary11101010100000011111101010110110111110001010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA817D; }

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

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

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

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

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

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

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

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