Html Css Color HEX #ED847A Light Coral

📋 copy color: '#ED847A'

red 237 ◦ green 132 ◦ blue 122

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

Shades of Light Coral #ED847A

Tints of Light Coral #ED847A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.88%

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

R = 48.27%
G = 26.88%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED847A (or 0xED847A) is known color: Light Coral. HEX triplet: ED, 84 and 7A. RGB value is (237,132,122). Sum of RGB (Red+Green+Blue) = 237+132+122=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED847A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED847A is #127B85. Grayscale: #A2A2A2. Windows color (decimal): -1211270 or 8029421. OLE color: 8029421.

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

Color convert

RGB 237 132 122 -
CMYK 0 0.44 0.49 0.07
HSL 5.22º 0.76% 0.7% -
HSV(B) 5.22º 0.49% 0.93% -
XYZ 46.69 35.91 22.88 -
YUV 162.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 237 132 122 0 0.44 0.49 0.07 5.22 0.76 0.7
Hex ED 84 7A 0 2C 31 7 5 4C 46
Octal 355 204 172 0 54 61 7 5 114 106
Binary 11101101 10000100 1111010 0 101100 110001 111 101 1001100 1000110

Color Harmonies of #ED847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED847A

Black with #ED847A

Text Example


Text Example

White with #ED847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED847A; }

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

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

background-color css

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

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

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

border-color css

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

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

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