#E18E85

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

Shades of My Pink #E18E85

Tints of My Pink #E18E85

Color information

#E18E85 (or 0xE18E85) is unknown color: approx My Pink. HEX triplet: E1, 8E and 85. RGB value is (225,142,133). Sum of RGB (Red+Green+Blue) = 225+142+133=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18E85 is #1E717A. Grayscale: #A5A5A5. Windows color (decimal): -1995131 or 8752865. OLE color: 8752865.

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

Color convert

RGB225142133-
CMYK00.370.410.12
HSL5.87º60.53%70.2%-
HSV(B)5.87º40.89%88.24%-
XYZ44.9637.0526.97-
YUV165.79109.5170.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 142 (55.86% from 255) = 28.4%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=45%
G=28.4%
B=26.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514213300.370.410.125.8760.5370.2
HexE18E8502529C63d46
Octal3412162050455114675106
Binary111000011000111010000101010010110100111001101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18E85; }

 p { color: rgb(225,142,133); }

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

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

 a { background-color: rgb(225,142,133); }

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

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

 span { border-color: rgb(225,142,133); }

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