#EA817F

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

Shades of Light Coral #EA817F

Tints of Light Coral #EA817F

Color information

#EA817F (or 0xEA817F) is unknown color: approx Light Coral. HEX triplet: EA, 81 and 7F. RGB value is (234,129,127). Sum of RGB (Red+Green+Blue) = 234+129+127=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA817F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA817F is #157E80. Grayscale: #A0A0A0. Windows color (decimal): -1408641 or 8356330. OLE color: 8356330.

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

Color convert

RGB234129127-
CMYK00.450.460.08
HSL1.12º71.81%70.78%-
HSV(B)1.12º45.73%91.76%-
XYZ45.6134.7324.38-
YUV160.17109.29180.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.76%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 127 (50% from 255) = 25.92%
R=47.76%
G=26.33%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412912700.450.460.081.1271.8170.78
HexEA817F02D2E814847
Octal35220117705556101110107
Binary1110101010000001111111101011011011101000110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA817F; }

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

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

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

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

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

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

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

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