Html Css Color HEX #ED8580 Light Coral

📋 copy color: '#ED8580'

red 237 ◦ green 133 ◦ blue 128

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

Shades of Light Coral #ED8580

Tints of Light Coral #ED8580

RGB

 RED value IS 237 (92.97% from 255) = 47.59%

 GREEN value IS 133 (52.34% from 255) = 26.71%

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

R = 47.59%
G = 26.71%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED8580 (or 0xED8580) is known color: Light Coral. HEX triplet: ED, 85 and 80. RGB value is (237,133,128). Sum of RGB (Red+Green+Blue) = 237+133+128=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8580 is #127A7F. Grayscale: #A3A3A3. Windows color (decimal): -1211008 or 8422893. OLE color: 8422893.

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

Color convert

RGB 237 133 128 -
CMYK 0 0.44 0.46 0.07
HSL 2.75º 0.75% 0.72% -
HSV(B) 2.75º 0.46% 0.93% -
XYZ 47.21 36.34 24.95 -
YUV 163.53 107.96 180.41 -
System Red Green Blue C M Y K H S L
Decimal 237 133 128 0 0.44 0.46 0.07 2.75 0.75 0.72
Hex ED 85 80 0 2C 2E 7 3 4B 48
Octal 355 205 200 0 54 56 7 3 113 110
Binary 11101101 10000101 10000000 0 101100 101110 111 11 1001011 1001000

Color Harmonies of #ED8580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8580

Black with #ED8580

Text Example


Text Example

White with #ED8580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8580; }

 p { color: rgb(237,133,128); }

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

background-color css

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

 a { background-color: rgb(237,133,128); }

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

border-color css

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

 span { border-color: rgb(237,133,128); }

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