#EA8581

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

Shades of Light Coral #EA8581

Tints of Light Coral #EA8581

Color information

#EA8581 (or 0xEA8581) is unknown color: approx Light Coral. HEX triplet: EA, 85 and 81. RGB value is (234,133,129). Sum of RGB (Red+Green+Blue) = 234+133+129=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8581 is #157A7E. Grayscale: #A2A2A2. Windows color (decimal): -1407615 or 8488426. OLE color: 8488426.

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

Color convert

RGB234133129-
CMYK00.430.450.08
HSL2.29º71.43%71.18%-
HSV(B)2.29º44.87%91.76%-
XYZ46.2835.8525.25-
YUV162.74108.96178.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 133 (52.34% from 255) = 26.81%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=47.18%
G=26.81%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413312900.430.450.082.2971.4371.18
HexEA858102B2D824747
Octal35220520105355102107107
Binary111010101000010110000001010101110110110001010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8581; }

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

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

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

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

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

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

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

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