Html Css Color HEX #EE8280 Light Coral

📋 copy color: '#EE8280'

red 238 ◦ green 130 ◦ blue 128

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

Shades of Light Coral #EE8280

Tints of Light Coral #EE8280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.21%

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

R = 47.98%
G = 26.21%
B = 25.81%

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

#EE8280 (or 0xEE8280) is known color: Light Coral. HEX triplet: EE, 82 and 80. RGB value is (238,130,128). Sum of RGB (Red+Green+Blue) = 238+130+128=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8280 is #117D7F. Grayscale: #A2A2A2. Windows color (decimal): -1146240 or 8422126. OLE color: 8422126.

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

Color convert

RGB 238 130 128 -
CMYK 0 0.45 0.46 0.07
HSL 1.09º 0.76% 0.72% -
HSV(B) 1.09º 0.46% 0.93% -
XYZ 47.14 35.7 24.83 -
YUV 162.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 238 130 128 0 0.45 0.46 0.07 1.09 0.76 0.72
Hex EE 82 80 0 2D 2E 7 1 4C 48
Octal 356 202 200 0 55 56 7 1 114 110
Binary 11101110 10000010 10000000 0 101101 101110 111 1 1001100 1001000

Color Harmonies of #EE8280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8280

Black with #EE8280

Text Example


Text Example

White with #EE8280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8280; }

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

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

background-color css

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

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

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

border-color css

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

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

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