Html Css Color HEX #ED827D Light Coral

📋 copy color: '#ED827D'

red 237 ◦ green 130 ◦ blue 125

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

Shades of Light Coral #ED827D

Tints of Light Coral #ED827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.42%

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

R = 48.17%
G = 26.42%
B = 25.41%

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

#ED827D (or 0xED827D) is known color: Light Coral. HEX triplet: ED, 82 and 7D. RGB value is (237,130,125). Sum of RGB (Red+Green+Blue) = 237+130+125=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED827D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED827D is #127D82. Grayscale: #A1A1A1. Windows color (decimal): -1211779 or 8225517. OLE color: 8225517.

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

Color convert

RGB 237 130 125 -
CMYK 0 0.45 0.47 0.07
HSL 2.68º 0.76% 0.71% -
HSV(B) 2.68º 0.47% 0.93% -
XYZ 46.61 35.45 23.79 -
YUV 161.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 237 130 125 0 0.45 0.47 0.07 2.68 0.76 0.71
Hex ED 82 7D 0 2D 2F 7 3 4C 47
Octal 355 202 175 0 55 57 7 3 114 107
Binary 11101101 10000010 1111101 0 101101 101111 111 11 1001100 1000111

Color Harmonies of #ED827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED827D

Black with #ED827D

Text Example


Text Example

White with #ED827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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