#EF8E86

Color #EF8E86 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #EF8E86

Tints of Sweet Pink #EF8E86

Color information

#EF8E86 (or 0xEF8E86) is unknown color: approx Sweet Pink. HEX triplet: EF, 8E and 86. RGB value is (239,142,134). Sum of RGB (Red+Green+Blue) = 239+142+134=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8E86 is #107179. Grayscale: #AAAAAA. Windows color (decimal): -1077626 or 8818415. OLE color: 8818415.

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

Color convert

RGB239142134-
CMYK00.410.440.06
HSL4.57º76.64%73.14%-
HSV(B)4.57º43.93%93.73%-
XYZ49.5739.4227.55-
YUV170.09107.64177.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.41%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 134 (52.73% from 255) = 26.02%
R=46.41%
G=27.57%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914213400.410.440.064.5776.6473.14
HexEF8E860292C654d49
Octal3572162060515465115111
Binary111011111000111010000110010100110110011010110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8E86; }

 p { color: rgb(239,142,134); }

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

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

 a { background-color: rgb(239,142,134); }

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

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

 span { border-color: rgb(239,142,134); }

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