#E19085

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

Shades of My Pink #E19085

Tints of My Pink #E19085

Color information

#E19085 (or 0xE19085) is unknown color: approx My Pink. HEX triplet: E1, 90 and 85. RGB value is (225,144,133). Sum of RGB (Red+Green+Blue) = 225+144+133=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E19085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19085 is #1E6F7A. Grayscale: #A7A7A7. Windows color (decimal): -1994619 or 8753377. OLE color: 8753377.

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

Color convert

RGB225144133-
CMYK00.360.410.12
HSL7.17º60.53%70.2%-
HSV(B)7.17º40.89%88.24%-
XYZ45.2637.6527.07-
YUV166.96108.84169.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 133 (52.34% from 255) = 26.49%
R=44.82%
G=28.69%
B=26.49%

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
Decimal22514413300.360.410.127.1760.5370.2
HexE1908502429C73d46
Octal3412202050445114775106
Binary111000011001000010000101010010010100111001111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19085; }

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

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

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

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

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

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

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

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