Html Css Color HEX #ED8882 Light Coral

📋 copy color: '#ED8882'

red 237 ◦ green 136 ◦ blue 130

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

Shades of Light Coral #ED8882

Tints of Light Coral #ED8882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.04%

 BLUE value IS 130 (51.17% from 255) = 25.84%

R = 47.12%
G = 27.04%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED8882 (or 0xED8882) is known color: Light Coral. HEX triplet: ED, 88 and 82. RGB value is (237,136,130). Sum of RGB (Red+Green+Blue) = 237+136+130=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8882 is #12777D. Grayscale: #A5A5A5. Windows color (decimal): -1210238 or 8554733. OLE color: 8554733.

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

Color convert

RGB 237 136 130 -
CMYK 0 0.43 0.45 0.07
HSL 3.36º 0.75% 0.72% -
HSV(B) 3.36º 0.45% 0.93% -
XYZ 47.76 37.22 25.79 -
YUV 165.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 237 136 130 0 0.43 0.45 0.07 3.36 0.75 0.72
Hex ED 88 82 0 2B 2D 7 3 4B 48
Octal 355 210 202 0 53 55 7 3 113 110
Binary 11101101 10001000 10000010 0 101011 101101 111 11 1001011 1001000

Color Harmonies of #ED8882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8882

Black with #ED8882

Text Example


Text Example

White with #ED8882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8882; }

 p { color: rgb(237,136,130); }

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

background-color css

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

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

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

border-color css

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

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

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