#EC8F86

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

Shades of Sweet Pink #EC8F86

Tints of Sweet Pink #EC8F86

Color information

#EC8F86 (or 0xEC8F86) is unknown color: approx Sweet Pink. HEX triplet: EC, 8F and 86. RGB value is (236,143,134). Sum of RGB (Red+Green+Blue) = 236+143+134=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8F86 is #137079. Grayscale: #A9A9A9. Windows color (decimal): -1273978 or 8818668. OLE color: 8818668.

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

Color convert

RGB236143134-
CMYK00.390.430.07
HSL5.29º72.86%72.55%-
HSV(B)5.29º43.22%92.55%-
XYZ48.7239.227.55-
YUV169.78107.81175.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.00%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 134 (52.73% from 255) = 26.12%
R=46.00%
G=27.88%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614313400.390.430.075.2972.8672.55
HexEC8F860272B754949
Octal3542172060475375111111
Binary111011001000111110000110010011110101111110110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8F86; }

 p { color: rgb(236,143,134); }

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

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

 a { background-color: rgb(236,143,134); }

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

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

 span { border-color: rgb(236,143,134); }

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