Html Css Color HEX #ED807B Light Coral

📋 copy color: '#ED807B'

red 237 ◦ green 128 ◦ blue 123

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

Shades of Light Coral #ED807B

Tints of Light Coral #ED807B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.2%

R = 48.57%
G = 26.23%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED807B (or 0xED807B) is known color: Light Coral. HEX triplet: ED, 80 and 7B. RGB value is (237,128,123). Sum of RGB (Red+Green+Blue) = 237+128+123=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED807B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED807B is #127F84. Grayscale: #A0A0A0. Windows color (decimal): -1212293 or 8093933. OLE color: 8093933.

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

Color convert

RGB 237 128 123 -
CMYK 0 0.46 0.48 0.07
HSL 2.63º 0.76% 0.71% -
HSV(B) 2.63º 0.48% 0.93% -
XYZ 46.22 34.87 23.03 -
YUV 160.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 237 128 123 0 0.46 0.48 0.07 2.63 0.76 0.71
Hex ED 80 7B 0 2E 30 7 3 4C 47
Octal 355 200 173 0 56 60 7 3 114 107
Binary 11101101 10000000 1111011 0 101110 110000 111 11 1001100 1000111

Color Harmonies of #ED807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED807B

Black with #ED807B

Text Example


Text Example

White with #ED807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED807B; }

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

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

background-color css

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

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

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

border-color css

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

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

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