Html Css Color HEX #ED807A Light Coral

📋 copy color: '#ED807A'

red 237 ◦ green 128 ◦ blue 122

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

Shades of Light Coral #ED807A

Tints of Light Coral #ED807A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.05%

R = 48.67%
G = 26.28%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED807A (or 0xED807A) is known color: Light Coral. HEX triplet: ED, 80 and 7A. RGB value is (237,128,122). Sum of RGB (Red+Green+Blue) = 237+128+122=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED807A is #127F85. Grayscale: #A0A0A0. Windows color (decimal): -1212294 or 8028397. OLE color: 8028397.

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

Color convert

RGB 237 128 122 -
CMYK 0 0.46 0.49 0.07
HSL 3.13º 0.76% 0.7% -
HSV(B) 3.13º 0.49% 0.93% -
XYZ 46.16 34.85 22.71 -
YUV 159.91 106.61 182.99 -
System Red Green Blue C M Y K H S L
Decimal 237 128 122 0 0.46 0.49 0.07 3.13 0.76 0.7
Hex ED 80 7A 0 2E 31 7 3 4C 46
Octal 355 200 172 0 56 61 7 3 114 106
Binary 11101101 10000000 1111010 0 101110 110001 111 11 1001100 1000110

Color Harmonies of #ED807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED807A

Black with #ED807A

Text Example


Text Example

White with #ED807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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