#EA8281

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

Shades of Light Coral #EA8281

Tints of Light Coral #EA8281

Color information

#EA8281 (or 0xEA8281) is unknown color: approx Light Coral. HEX triplet: EA, 82 and 81. RGB value is (234,130,129). Sum of RGB (Red+Green+Blue) = 234+130+129=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8281 is #157D7E. Grayscale: #A1A1A1. Windows color (decimal): -1408383 or 8487658. OLE color: 8487658.

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

Color convert

RGB234130129-
CMYK00.440.450.08
HSL0.57º71.43%71.18%-
HSV(B)0.57º44.87%91.76%-
XYZ45.8835.0425.11-
YUV160.98109.96180.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=47.46%
G=26.37%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413012900.440.450.080.5771.4371.18
HexEA828102C2D814747
Octal35220220105455101107107
Binary11101010100000101000000101011001011011000110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8281; }

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

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

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

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

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

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

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

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