#EE8382

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

Shades of Light Coral #EE8382

Tints of Light Coral #EE8382

Color information

#EE8382 (or 0xEE8382) is unknown color: approx Light Coral. HEX triplet: EE, 83 and 82. RGB value is (238,131,130). Sum of RGB (Red+Green+Blue) = 238+131+130=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8382 is #117C7D. Grayscale: #A2A2A2. Windows color (decimal): -1145982 or 8553454. OLE color: 8553454.

HSL color Cylindrical-coordinate representation of color #EE8382: hue angle of 0.56º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE8382 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB238131130-
CMYK00.450.450.07
HSL0.56º76.06%72.16%-
HSV(B)0.56º45.38%93.33%-
XYZ47.4136.0225.57-
YUV162.88109.45181.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.70%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=47.70%
G=26.25%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813113000.450.450.070.5676.0672.16
HexEE838202D2D714c48
Octal3562032020555571114110
Binary1110111010000011100000100101101101101111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8382; }

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

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

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

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

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

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

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

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