#EA9689

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

Shades of Sweet Pink #EA9689

Tints of Sweet Pink #EA9689

Color information

#EA9689 (or 0xEA9689) is unknown color: approx Sweet Pink. HEX triplet: EA, 96 and 89. RGB value is (234,150,137). Sum of RGB (Red+Green+Blue) = 234+150+137=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9689 is #156976. Grayscale: #ADADAD. Windows color (decimal): -1403255 or 9017066. OLE color: 9017066.

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

Color convert

RGB234150137-
CMYK00.360.410.08
HSL8.04º69.78%72.75%-
HSV(B)8.04º41.45%91.76%-
XYZ49.3541.1129-
YUV173.63107.33171.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 137 (53.91% from 255) = 26.30%
R=44.91%
G=28.79%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415013700.360.410.088.0469.7872.75
HexEA968902429884649
Octal352226211044511010106111
Binary11101010100101101000100101001001010011000100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9689; }

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

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

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

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

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

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

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

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