#EA8E86

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

Shades of Sweet Pink #EA8E86

Tints of Sweet Pink #EA8E86

Color information

#EA8E86 (or 0xEA8E86) is unknown color: approx Sweet Pink. HEX triplet: EA, 8E and 86. RGB value is (234,142,134). Sum of RGB (Red+Green+Blue) = 234+142+134=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8E86 is #157179. Grayscale: #A8A8A8. Windows color (decimal): -1405306 or 8818410. OLE color: 8818410.

HSL color Cylindrical-coordinate representation of color #EA8E86: hue angle of 4.8º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA8E86 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234142134-
CMYK00.390.430.08
HSL4.8º70.42%72.16%-
HSV(B)4.8º42.74%91.76%-
XYZ47.9138.5627.47-
YUV168.6108.48174.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 134 (52.73% from 255) = 26.27%
R=45.88%
G=27.84%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414213400.390.430.084.870.4272.16
HexEA8E860272B854648
Octal35221620604753105106110
Binary1110101010001110100001100100111101011100010110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8E86; }

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

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

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

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

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

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

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

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