#E1988A

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

Shades of Tonys Pink #E1988A

Tints of Tonys Pink #E1988A

Color information

#E1988A (or 0xE1988A) is unknown color: approx Tonys Pink. HEX triplet: E1, 98 and 8A. RGB value is (225,152,138). Sum of RGB (Red+Green+Blue) = 225+152+138=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1988A is #1E6775. Grayscale: #ACACAC. Windows color (decimal): -1992566 or 9083105. OLE color: 9083105.

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

Color convert

RGB225152138-
CMYK00.320.390.12
HSL9.66º59.18%71.18%-
HSV(B)9.66º38.67%88.24%-
XYZ46.8740.329.35-
YUV172.23108.68165.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.69%
GREEN value IS 152 (59.77% from 255) = 29.51%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=43.69%
G=29.51%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515213800.320.390.129.6659.1871.18
HexE1988A02027Ca3b47
Octal34123021204047141273107
Binary1110000110011000100010100100000100111110010101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1988A; }

 p { color: rgb(225,152,138); }

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

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

 a { background-color: rgb(225,152,138); }

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

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

 span { border-color: rgb(225,152,138); }

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