Html Css Color HEX #ED867F Light Coral

📋 copy color: '#ED867F'

red 237 ◦ green 134 ◦ blue 127

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

Shades of Light Coral #ED867F

Tints of Light Coral #ED867F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.5%

R = 47.59%
G = 26.91%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED867F (or 0xED867F) is known color: Light Coral. HEX triplet: ED, 86 and 7F. RGB value is (237,134,127). Sum of RGB (Red+Green+Blue) = 237+134+127=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED867F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED867F is #127980. Grayscale: #A4A4A4. Windows color (decimal): -1210753 or 8357613. OLE color: 8357613.

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

Color convert

RGB 237 134 127 -
CMYK 0 0.43 0.46 0.07
HSL 3.82º 0.75% 0.71% -
HSV(B) 3.82º 0.46% 0.93% -
XYZ 47.28 36.59 24.65 -
YUV 164 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 237 134 127 0 0.43 0.46 0.07 3.82 0.75 0.71
Hex ED 86 7F 0 2B 2E 7 4 4B 47
Octal 355 206 177 0 53 56 7 4 113 107
Binary 11101101 10000110 1111111 0 101011 101110 111 100 1001011 1000111

Color Harmonies of #ED867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED867F

Black with #ED867F

Text Example


Text Example

White with #ED867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED867F; }

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

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

background-color css

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

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

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

border-color css

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

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

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