Html Css Color HEX #ED857A Light Coral

📋 copy color: '#ED857A'

red 237 ◦ green 133 ◦ blue 122

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

Shades of Light Coral #ED857A

Tints of Light Coral #ED857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.03%

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

R = 48.17%
G = 27.03%
B = 24.8%

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

#ED857A (or 0xED857A) is known color: Light Coral. HEX triplet: ED, 85 and 7A. RGB value is (237,133,122). Sum of RGB (Red+Green+Blue) = 237+133+122=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED857A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED857A is #127A85. Grayscale: #A2A2A2. Windows color (decimal): -1211014 or 8029677. OLE color: 8029677.

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

Color convert

RGB 237 133 122 -
CMYK 0 0.44 0.49 0.07
HSL 5.74º 0.76% 0.7% -
HSV(B) 5.74º 0.49% 0.93% -
XYZ 46.83 36.18 22.93 -
YUV 162.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 237 133 122 0 0.44 0.49 0.07 5.74 0.76 0.7
Hex ED 85 7A 0 2C 31 7 6 4C 46
Octal 355 205 172 0 54 61 7 6 114 106
Binary 11101101 10000101 1111010 0 101100 110001 111 110 1001100 1000110

Color Harmonies of #ED857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED857A

Black with #ED857A

Text Example


Text Example

White with #ED857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED857A; }

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

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

background-color css

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

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

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

border-color css

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

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

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