#E59690

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

Shades of Sweet Pink #E59690

Tints of Sweet Pink #E59690

Color information

#E59690 (or 0xE59690) is unknown color: approx Sweet Pink. HEX triplet: E5, 96 and 90. RGB value is (229,150,144). Sum of RGB (Red+Green+Blue) = 229+150+144=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E59690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59690 is #1A696F. Grayscale: #ADADAD. Windows color (decimal): -1730928 or 9475813. OLE color: 9475813.

HSL color Cylindrical-coordinate representation of color #E59690: hue angle of 4.24º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E59690 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB229150144-
CMYK00.340.370.10
HSL4.24º62.04%73.14%-
HSV(B)4.24º37.12%89.8%-
XYZ48.2540.4831.66-
YUV172.94111.67167.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.79%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 144 (56.64% from 255) = 27.53%
R=43.79%
G=28.68%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915014400.340.370.104.2462.0473.14
HexE5969002225A43e49
Octal3452262200424512476111
Binary111001011001011010010000010001010010110101001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59690; }

 p { color: rgb(229,150,144); }

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

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

 a { background-color: rgb(229,150,144); }

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

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

 span { border-color: rgb(229,150,144); }

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