#EA8382

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

Shades of Light Coral #EA8382

Tints of Light Coral #EA8382

Color information

#EA8382 (or 0xEA8382) is unknown color: approx Light Coral. HEX triplet: EA, 83 and 82. RGB value is (234,131,130). Sum of RGB (Red+Green+Blue) = 234+131+130=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8382 is #157C7D. Grayscale: #A1A1A1. Windows color (decimal): -1408126 or 8553450. OLE color: 8553450.

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

Color convert

RGB234131130-
CMYK00.440.440.08
HSL0.58º71.23%71.37%-
HSV(B)0.58º44.44%91.76%-
XYZ46.0835.3425.51-
YUV161.68110.12179.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 130 (51.17% from 255) = 26.26%
R=47.27%
G=26.46%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413113000.440.440.080.5871.2371.37
HexEA838202C2C814747
Octal35220320205454101107107
Binary11101010100000111000001001011001011001000110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8382; }

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

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

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

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

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

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

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

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