#EA8D86

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

Shades of Sweet Pink #EA8D86

Tints of Sweet Pink #EA8D86

Color information

#EA8D86 (or 0xEA8D86) is unknown color: approx Sweet Pink. HEX triplet: EA, 8D and 86. RGB value is (234,141,134). Sum of RGB (Red+Green+Blue) = 234+141+134=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8D86 is #157279. Grayscale: #A8A8A8. Windows color (decimal): -1405562 or 8818154. OLE color: 8818154.

HSL color Cylindrical-coordinate representation of color #EA8D86: hue angle of 4.2º 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 #EA8D86 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234141134-
CMYK00.400.430.08
HSL4.2º70.42%72.16%-
HSV(B)4.2º42.74%91.76%-
XYZ47.7638.2627.42-
YUV168.01108.81175.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 141 (55.47% from 255) = 27.70%
BLUE value IS 134 (52.73% from 255) = 26.33%
R=45.97%
G=27.70%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414113400.400.430.084.270.4272.16
HexEA8D860282B844648
Octal35221520605053104106110
Binary1110101010001101100001100101000101011100010010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8D86; }

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

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

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

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

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

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

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

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