#EA8481

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

Shades of Light Coral #EA8481

Tints of Light Coral #EA8481

Color information

#EA8481 (or 0xEA8481) is unknown color: approx Light Coral. HEX triplet: EA, 84 and 81. RGB value is (234,132,129). Sum of RGB (Red+Green+Blue) = 234+132+129=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8481 is #157B7E. Grayscale: #A2A2A2. Windows color (decimal): -1407871 or 8488170. OLE color: 8488170.

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

Color convert

RGB234132129-
CMYK00.440.450.08
HSL1.71º71.43%71.18%-
HSV(B)1.71º44.87%91.76%-
XYZ46.1535.5825.2-
YUV162.16109.29179.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 129 (50.78% from 255) = 26.06%
R=47.27%
G=26.67%
B=26.06%

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
Decimal23413212900.440.450.081.7171.4371.18
HexEA848102C2D824747
Octal35220420105455102107107
Binary111010101000010010000001010110010110110001010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8481; }

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

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

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

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

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

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

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

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