Html Css Color HEX #ED857D Light Coral

📋 copy color: '#ED857D'

red 237 ◦ green 133 ◦ blue 125

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

Shades of Light Coral #ED857D

Tints of Light Coral #ED857D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 47.88%
G = 26.87%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED857D (or 0xED857D) is known color: Light Coral. HEX triplet: ED, 85 and 7D. RGB value is (237,133,125). Sum of RGB (Red+Green+Blue) = 237+133+125=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED857D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED857D is #127A82. Grayscale: #A3A3A3. Windows color (decimal): -1211011 or 8226285. OLE color: 8226285.

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

Color convert

RGB 237 133 125 -
CMYK 0 0.44 0.47 0.07
HSL 4.29º 0.76% 0.71% -
HSV(B) 4.29º 0.47% 0.93% -
XYZ 47.01 36.26 23.92 -
YUV 163.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 237 133 125 0 0.44 0.47 0.07 4.29 0.76 0.71
Hex ED 85 7D 0 2C 2F 7 4 4C 47
Octal 355 205 175 0 54 57 7 4 114 107
Binary 11101101 10000101 1111101 0 101100 101111 111 100 1001100 1000111

Color Harmonies of #ED857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED857D

Black with #ED857D

Text Example


Text Example

White with #ED857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED857D; }

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

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

background-color css

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

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

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

border-color css

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

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

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