#EA8483

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

Shades of Light Coral #EA8483

Tints of Light Coral #EA8483

Color information

#EA8483 (or 0xEA8483) is unknown color: approx Light Coral. HEX triplet: EA, 84 and 83. RGB value is (234,132,131). Sum of RGB (Red+Green+Blue) = 234+132+131=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8483 is #157B7C. Grayscale: #A2A2A2. Windows color (decimal): -1407869 or 8619242. OLE color: 8619242.

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

Color convert

RGB234132131-
CMYK00.440.440.08
HSL0.58º71.03%71.57%-
HSV(B)0.58º44.02%91.76%-
XYZ46.2835.6325.91-
YUV162.38110.29179.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 131 (51.56% from 255) = 26.36%
R=47.08%
G=26.56%
B=26.36%

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
Decimal23413213100.440.440.080.5871.0371.57
HexEA848302C2C814748
Octal35220420305454101107110
Binary11101010100001001000001101011001011001000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8483; }

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

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

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

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

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

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

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

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