Html Css Color HEX #ED837D Light Coral

📋 copy color: '#ED837D'

red 237 ◦ green 131 ◦ blue 125

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

Shades of Light Coral #ED837D

Tints of Light Coral #ED837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.57%

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

R = 48.07%
G = 26.57%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED837D (or 0xED837D) is known color: Light Coral. HEX triplet: ED, 83 and 7D. RGB value is (237,131,125). Sum of RGB (Red+Green+Blue) = 237+131+125=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED837D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED837D is #127C82. Grayscale: #A2A2A2. Windows color (decimal): -1211523 or 8225773. OLE color: 8225773.

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

Color convert

RGB 237 131 125 -
CMYK 0 0.45 0.47 0.07
HSL 3.21º 0.76% 0.71% -
HSV(B) 3.21º 0.47% 0.93% -
XYZ 46.74 35.72 23.83 -
YUV 162.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 237 131 125 0 0.45 0.47 0.07 3.21 0.76 0.71
Hex ED 83 7D 0 2D 2F 7 3 4C 47
Octal 355 203 175 0 55 57 7 3 114 107
Binary 11101101 10000011 1111101 0 101101 101111 111 11 1001100 1000111

Color Harmonies of #ED837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED837D

Black with #ED837D

Text Example


Text Example

White with #ED837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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