#E19F8A

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

Shades of Tonys Pink #E19F8A

Tints of Tonys Pink #E19F8A

Color information

#E19F8A (or 0xE19F8A) is unknown color: approx Tonys Pink. HEX triplet: E1, 9F and 8A. RGB value is (225,159,138). Sum of RGB (Red+Green+Blue) = 225+159+138=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19F8A is #1E6075. Grayscale: #B0B0B0. Windows color (decimal): -1990774 or 9084897. OLE color: 9084897.

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

Color convert

RGB225159138-
CMYK00.290.390.12
HSL14.48º59.18%71.18%-
HSV(B)14.48º38.67%88.24%-
XYZ48.0442.6429.74-
YUV176.34106.37162.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 138 (54.30% from 255) = 26.44%
R=43.10%
G=30.46%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515913800.290.390.1214.4859.1871.18
HexE19F8A01D27Ce3b47
Octal34123721203547141673107
Binary111000011001111110001010011101100111110011101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19F8A; }

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

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

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

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

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

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

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

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