#E19185

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

Shades of My Pink #E19185

Tints of My Pink #E19185

Color information

#E19185 (or 0xE19185) is unknown color: approx My Pink. HEX triplet: E1, 91 and 85. RGB value is (225,145,133). Sum of RGB (Red+Green+Blue) = 225+145+133=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E19185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19185 is #1E6E7A. Grayscale: #A7A7A7. Windows color (decimal): -1994363 or 8753633. OLE color: 8753633.

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

Color convert

RGB225145133-
CMYK00.360.410.12
HSL7.83º60.53%70.2%-
HSV(B)7.83º40.89%88.24%-
XYZ45.4137.9527.12-
YUV167.55108.5168.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 145 (57.03% from 255) = 28.83%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=44.73%
G=28.83%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514513300.360.410.127.8360.5370.2
HexE1918502429C83d46
Octal34122120504451141075106
Binary1110000110010001100001010100100101001110010001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19185; }

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

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

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

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

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

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

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

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