Html Css Color HEX #ED807F Light Coral

📋 copy color: '#ED807F'

red 237 ◦ green 128 ◦ blue 127

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

Shades of Light Coral #ED807F

Tints of Light Coral #ED807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.02%

 BLUE value IS 127 (50% from 255) = 25.81%

R = 48.17%
G = 26.02%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED807F (or 0xED807F) is known color: Light Coral. HEX triplet: ED, 80 and 7F. RGB value is (237,128,127). Sum of RGB (Red+Green+Blue) = 237+128+127=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED807F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED807F is #127F80. Grayscale: #A0A0A0. Windows color (decimal): -1212289 or 8356077. OLE color: 8356077.

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

Color convert

RGB 237 128 127 -
CMYK 0 0.46 0.46 0.07
HSL 0.55º 0.75% 0.71% -
HSV(B) 0.55º 0.46% 0.93% -
XYZ 46.47 34.98 24.38 -
YUV 160.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 237 128 127 0 0.46 0.46 0.07 0.55 0.75 0.71
Hex ED 80 7F 0 2E 2E 7 1 4B 47
Octal 355 200 177 0 56 56 7 1 113 107
Binary 11101101 10000000 1111111 0 101110 101110 111 1 1001011 1000111

Color Harmonies of #ED807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED807F

Black with #ED807F

Text Example


Text Example

White with #ED807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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