#EA8E89

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

Shades of Sweet Pink #EA8E89

Tints of Sweet Pink #EA8E89

Color information

#EA8E89 (or 0xEA8E89) is unknown color: approx Sweet Pink. HEX triplet: EA, 8E and 89. RGB value is (234,142,137). Sum of RGB (Red+Green+Blue) = 234+142+137=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8E89 is #157176. Grayscale: #A9A9A9. Windows color (decimal): -1405303 or 9015018. OLE color: 9015018.

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

Color convert

RGB234142137-
CMYK00.390.410.08
HSL3.09º69.78%72.75%-
HSV(B)3.09º41.45%91.76%-
XYZ48.1238.6428.59-
YUV168.94109.98174.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 137 (53.91% from 255) = 26.71%
R=45.61%
G=27.68%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414213700.390.410.083.0969.7872.75
HexEA8E8902729834649
Octal35221621104751103106111
Binary111010101000111010001001010011110100110001110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8E89; }

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

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

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

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

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

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

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

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