#E18D85

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

Shades of My Pink #E18D85

Tints of My Pink #E18D85

Color information

#E18D85 (or 0xE18D85) is unknown color: approx My Pink. HEX triplet: E1, 8D and 85. RGB value is (225,141,133). Sum of RGB (Red+Green+Blue) = 225+141+133=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18D85 is #1E727A. Grayscale: #A5A5A5. Windows color (decimal): -1995387 or 8752609. OLE color: 8752609.

HSL color Cylindrical-coordinate representation of color #E18D85: hue angle of 5.22º 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 #E18D85 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB225141133-
CMYK00.370.410.12
HSL5.22º60.53%70.2%-
HSV(B)5.22º40.89%88.24%-
XYZ44.8136.7526.92-
YUV165.2109.83170.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.09%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=45.09%
G=28.26%
B=26.65%

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
Decimal22514113300.370.410.125.2260.5370.2
HexE18D8502529C53d46
Octal3412152050455114575106
Binary111000011000110110000101010010110100111001011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18D85; }

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

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

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

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

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

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

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

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