#ED817D

Color #ED817D Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #ED817D

Tints of Light Coral #ED817D

Color information

#ED817D (or 0xED817D) is unknown color: approx Light Coral. HEX triplet: ED, 81 and 7D. RGB value is (237,129,125). Sum of RGB (Red+Green+Blue) = 237+129+125=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED817D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED817D is #127E82. Grayscale: #A0A0A0. Windows color (decimal): -1212035 or 8225261. OLE color: 8225261.

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

Color convert

RGB237129125-
CMYK00.460.470.07
HSL2.14º75.68%70.98%-
HSV(B)2.14º47.26%92.94%-
XYZ46.4835.1923.74-
YUV160.84107.78182.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.27%
GREEN value IS 129 (50.78% from 255) = 26.27%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=48.27%
G=26.27%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712912500.460.470.072.1475.6870.98
HexED817D02E2F724c47
Octal3552011750565772114107
Binary1110110110000001111110101011101011111111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED817D; }

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

 H1.HeaderClassName
 {
   color: #ED817D;
 }
 .AnyTagClassName
 {
   color: #ED817D;
 }
</style>
background-color css

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

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

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

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

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

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