#E59696

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

Shades of Sweet Pink #E59696

Tints of Sweet Pink #E59696

Color information

#E59696 (or 0xE59696) is unknown color: approx Sweet Pink. HEX triplet: E5, 96 and 96. RGB value is (229,150,150). Sum of RGB (Red+Green+Blue) = 229+150+150=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E59696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59696 is #1A6969. Grayscale: #ADADAD. Windows color (decimal): -1730922 or 9869029. OLE color: 9869029.

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

Color convert

RGB229150150-
CMYK00.340.340.10
HSL60.31%74.31%-
HSV(B)34.5%89.8%-
XYZ48.7240.6734.14-
YUV173.62114.67167.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.29%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 150 (58.98% from 255) = 28.36%
R=43.29%
G=28.36%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915015000.340.340.10060.3174.31
HexE5969602222A03c4a
Octal3452262260424212074112
Binary1110010110010110100101100100010100010101001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59696; }

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

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

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

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

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

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

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

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