Html Css Color HEX #EE8380 Light Coral

📋 copy color: '#EE8380'

red 238 ◦ green 131 ◦ blue 128

#EE8380
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Coral #EE8380

Tints of Light Coral #EE8380

RGB

 RED value IS 238 (93.36% from 255) = 47.89%

 GREEN value IS 131 (51.56% from 255) = 26.36%

 BLUE value IS 128 (50.39% from 255) = 25.75%

R = 47.89%
G = 26.36%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE8380 (or 0xEE8380) is known color: Light Coral. HEX triplet: EE, 83 and 80. RGB value is (238,131,128). Sum of RGB (Red+Green+Blue) = 238+131+128=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8380 is #117C7F. Grayscale: #A2A2A2. Windows color (decimal): -1145984 or 8422382. OLE color: 8422382.

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

Color convert

RGB 238 131 128 -
CMYK 0 0.45 0.46 0.07
HSL 1.64º 0.76% 0.72% -
HSV(B) 1.64º 0.46% 0.93% -
XYZ 47.27 35.97 24.87 -
YUV 162.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 238 131 128 0 0.45 0.46 0.07 1.64 0.76 0.72
Hex EE 83 80 0 2D 2E 7 2 4C 48
Octal 356 203 200 0 55 56 7 2 114 110
Binary 11101110 10000011 10000000 0 101101 101110 111 10 1001100 1001000

Color Harmonies of #EE8380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8380

Black with #EE8380

Text Example


Text Example

White with #EE8380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8380; }

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

 H1.HeaderClassName
 {
   color: #EE8380;
 }
 .AnyTagClassName
 {
   color: #EE8380;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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