#E08980

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

Shades of My Pink #E08980

Tints of My Pink #E08980

Color information

#E08980 (or 0xE08980) is unknown color: approx My Pink. HEX triplet: E0, 89 and 80. RGB value is (224,137,128). Sum of RGB (Red+Green+Blue) = 224+137+128=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E08980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08980 is #1F767F. Grayscale: #A2A2A2. Windows color (decimal): -2061952 or 8423904. OLE color: 8423904.

HSL color Cylindrical-coordinate representation of color #E08980: hue angle of 5.63º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E08980 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB224137128-
CMYK00.390.430.12
HSL5.63º60.76%69.02%-
HSV(B)5.63º42.86%87.84%-
XYZ43.5835.324.94-
YUV161.99108.82172.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.81%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=45.81%
G=28.02%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413712800.390.430.125.6360.7669.02
HexE089800272BC63d45
Octal3402112000475314675105
Binary111000001000100110000000010011110101111001101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08980; }

 p { color: rgb(224,137,128); }

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

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

 a { background-color: rgb(224,137,128); }

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

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

 span { border-color: rgb(224,137,128); }

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