#EE8282

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

Shades of Light Coral #EE8282

Tints of Light Coral #EE8282

Color information

#EE8282 (or 0xEE8282) is unknown color: approx Light Coral. HEX triplet: EE, 82 and 82. RGB value is (238,130,130). Sum of RGB (Red+Green+Blue) = 238+130+130=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8282 is #117D7D. Grayscale: #A2A2A2. Windows color (decimal): -1146238 or 8553198. OLE color: 8553198.

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

Color convert

RGB238130130-
CMYK00.450.450.07
HSL76.06%72.16%-
HSV(B)45.38%93.33%-
XYZ47.2735.7525.53-
YUV162.29109.78182-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.79%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 130 (51.17% from 255) = 26.10%
R=47.79%
G=26.10%
B=26.10%

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
Decimal23813013000.450.450.07076.0672.16
HexEE828202D2D704c48
Octal3562022020555570114110
Binary1110111010000010100000100101101101101111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8282; }

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

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

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

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

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

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

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

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