#EA8986

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

Shades of Sweet Pink #EA8986

Tints of Sweet Pink #EA8986

Color information

#EA8986 (or 0xEA8986) is unknown color: approx Sweet Pink. HEX triplet: EA, 89 and 86. RGB value is (234,137,134). Sum of RGB (Red+Green+Blue) = 234+137+134=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8986 is #157679. Grayscale: #A5A5A5. Windows color (decimal): -1406586 or 8817130. OLE color: 8817130.

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

Color convert

RGB234137134-
CMYK00.410.430.08
HSL1.8º70.42%72.16%-
HSV(B)1.8º42.74%91.76%-
XYZ47.1837.127.23-
YUV165.66110.14176.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 137 (53.91% from 255) = 27.13%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=46.34%
G=27.13%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413713400.410.430.081.870.4272.16
HexEA89860292B824648
Octal35221120605153102106110
Binary111010101000100110000110010100110101110001010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8986; }

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

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

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

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

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

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

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

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