#ef857d

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

Shades of Light Coral #EF857D

Tints of Light Coral #EF857D

Color information

#EF857D (or 0xEF857D) is unknown color: approx Light Coral. HEX triplet: EF, 85 and 7D. RGB value is (239,133,125). Sum of RGB (Red+Green+Blue) = 239+133+125=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF857D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF857D is #107A82. Grayscale: #A3A3A3. Windows color (decimal): -1079939 or 8226287. OLE color: 8226287.

HSL color Cylindrical-coordinate representation of color #EF857D: hue angle of 4.21º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF857D is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB239133125-
CMYK00.440.480.06
HSL4.21º78.08%71.37%-
HSV(B)4.21º47.7%93.73%-
XYZ47.6936.6123.95-
YUV163.78106.12181.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.09%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=48.09%
G=26.76%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913312500.440.480.064.2178.0871.37
HexEF857D02C30644e47
Octal3572051750546064116107
Binary11101111100001011111101010110011000011010010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef857d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef857d; }

 p { color: rgb(239,133,125); }

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

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

 a { background-color: rgb(239,133,125); }

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

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

 span { border-color: rgb(239,133,125); }

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