#EA9489

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

Shades of Sweet Pink #EA9489

Tints of Sweet Pink #EA9489

Color information

#EA9489 (or 0xEA9489) is unknown color: approx Sweet Pink. HEX triplet: EA, 94 and 89. RGB value is (234,148,137). Sum of RGB (Red+Green+Blue) = 234+148+137=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9489 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9489 is #156B76. Grayscale: #ACACAC. Windows color (decimal): -1403767 or 9016554. OLE color: 9016554.

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

Color convert

RGB234148137-
CMYK00.370.410.08
HSL6.8º69.78%72.75%-
HSV(B)6.8º41.45%91.76%-
XYZ49.0440.4828.9-
YUV172.46107.99171.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.09%
GREEN value IS 148 (58.20% from 255) = 28.52%
BLUE value IS 137 (53.91% from 255) = 26.40%
R=45.09%
G=28.52%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414813700.370.410.086.869.7872.75
HexEA948902529874649
Octal35222421104551107106111
Binary1110101010010100100010010100101101001100011110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9489; }

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

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

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

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

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

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

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

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