#E1998B

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

Shades of Tonys Pink #E1998B

Tints of Tonys Pink #E1998B

Color information

#E1998B (or 0xE1998B) is unknown color: approx Tonys Pink. HEX triplet: E1, 99 and 8B. RGB value is (225,153,139). Sum of RGB (Red+Green+Blue) = 225+153+139=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E1998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1998B is #1E6674. Grayscale: #ADADAD. Windows color (decimal): -1992309 or 9148897. OLE color: 9148897.

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

Color convert

RGB225153139-
CMYK00.320.380.12
HSL9.77º58.9%71.37%-
HSV(B)9.77º38.22%88.24%-
XYZ47.140.6529.79-
YUV172.93108.85165.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.52%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=43.52%
G=29.59%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515313900.320.380.129.7758.971.37
HexE1998B02026Ca3b47
Octal34123121304046141273107
Binary1110000110011001100010110100000100110110010101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1998B; }

 p { color: rgb(225,153,139); }

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

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

 a { background-color: rgb(225,153,139); }

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

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

 span { border-color: rgb(225,153,139); }

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