#E58B80

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

Shades of My Pink #E58B80

Tints of My Pink #E58B80

Color information

#E58B80 (or 0xE58B80) is unknown color: approx My Pink. HEX triplet: E5, 8B and 80. RGB value is (229,139,128). Sum of RGB (Red+Green+Blue) = 229+139+128=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58B80 is #1A747F. Grayscale: #A4A4A4. Windows color (decimal): -1733760 or 8424421. OLE color: 8424421.

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

Color convert

RGB229139128-
CMYK00.390.440.10
HSL6.53º66.01%70%-
HSV(B)6.53º44.1%89.8%-
XYZ45.4436.6825.11-
YUV164.66107.32173.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.17%
GREEN value IS 139 (54.69% from 255) = 28.02%
BLUE value IS 128 (50.39% from 255) = 25.81%
R=46.17%
G=28.02%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913912800.390.440.106.5366.0170
HexE58B800272CA74246
Octal34521320004754127102106
Binary1110010110001011100000000100111101100101011110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58B80; }

 p { color: rgb(229,139,128); }

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

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

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

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

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

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

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