#EA9189

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

Shades of Sweet Pink #EA9189

Tints of Sweet Pink #EA9189

Color information

#EA9189 (or 0xEA9189) is unknown color: approx Sweet Pink. HEX triplet: EA, 91 and 89. RGB value is (234,145,137). Sum of RGB (Red+Green+Blue) = 234+145+137=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9189 is #156E76. Grayscale: #AAAAAA. Windows color (decimal): -1404535 or 9015786. OLE color: 9015786.

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

Color convert

RGB234145137-
CMYK00.380.410.08
HSL4.95º69.78%72.75%-
HSV(B)4.95º41.45%91.76%-
XYZ48.5739.5528.74-
YUV170.7108.99173.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.35%
GREEN value IS 145 (57.03% from 255) = 28.10%
BLUE value IS 137 (53.91% from 255) = 26.55%
R=45.35%
G=28.10%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414513700.380.410.084.9569.7872.75
HexEA918902629854649
Octal35222121104651105106111
Binary1110101010010001100010010100110101001100010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9189; }

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

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

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

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

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

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

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

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