Html Css Color HEX #ED867C Light Coral

📋 copy color: '#ED867C'

red 237 ◦ green 134 ◦ blue 124

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

Shades of Light Coral #ED867C

Tints of Light Coral #ED867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.07%

 BLUE value IS 124 (48.83% from 255) = 25.05%

R = 47.88%
G = 27.07%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED867C (or 0xED867C) is known color: Light Coral. HEX triplet: ED, 86 and 7C. RGB value is (237,134,124). Sum of RGB (Red+Green+Blue) = 237+134+124=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED867C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED867C is #127983. Grayscale: #A3A3A3. Windows color (decimal): -1210756 or 8161005. OLE color: 8161005.

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

Color convert

RGB 237 134 124 -
CMYK 0 0.43 0.48 0.07
HSL 5.31º 0.76% 0.71% -
HSV(B) 5.31º 0.48% 0.93% -
XYZ 47.09 36.51 23.63 -
YUV 163.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 237 134 124 0 0.43 0.48 0.07 5.31 0.76 0.71
Hex ED 86 7C 0 2B 30 7 5 4C 47
Octal 355 206 174 0 53 60 7 5 114 107
Binary 11101101 10000110 1111100 0 101011 110000 111 101 1001100 1000111

Color Harmonies of #ED867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED867C

Black with #ED867C

Text Example


Text Example

White with #ED867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED867C; }

 p { color: rgb(237,134,124); }

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

background-color css

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

 a { background-color: rgb(237,134,124); }

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

border-color css

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

 span { border-color: rgb(237,134,124); }

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