#EA9289

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

Shades of Sweet Pink #EA9289

Tints of Sweet Pink #EA9289

Color information

#EA9289 (or 0xEA9289) is unknown color: approx Sweet Pink. HEX triplet: EA, 92 and 89. RGB value is (234,146,137). Sum of RGB (Red+Green+Blue) = 234+146+137=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9289 is #156D76. Grayscale: #ABABAB. Windows color (decimal): -1404279 or 9016042. OLE color: 9016042.

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

Color convert

RGB234146137-
CMYK00.380.410.08
HSL5.57º69.78%72.75%-
HSV(B)5.57º41.45%91.76%-
XYZ48.7339.8628.79-
YUV171.29108.65172.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 146 (57.42% from 255) = 28.24%
BLUE value IS 137 (53.91% from 255) = 26.50%
R=45.26%
G=28.24%
B=26.50%

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
Decimal23414613700.380.410.085.5769.7872.75
HexEA928902629864649
Octal35222221104651106106111
Binary1110101010010010100010010100110101001100011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9289; }

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

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

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

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

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

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

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

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