#E19F8B

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

Shades of Tonys Pink #E19F8B

Tints of Tonys Pink #E19F8B

Color information

#E19F8B (or 0xE19F8B) is unknown color: approx Tonys Pink. HEX triplet: E1, 9F and 8B. RGB value is (225,159,139). Sum of RGB (Red+Green+Blue) = 225+159+139=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19F8B is #1E6074. Grayscale: #B0B0B0. Windows color (decimal): -1990773 or 9150433. OLE color: 9150433.

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

Color convert

RGB225159139-
CMYK00.290.380.12
HSL13.95º58.9%71.37%-
HSV(B)13.95º38.22%88.24%-
XYZ48.1142.6730.13-
YUV176.45106.87162.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.02%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 139 (54.69% from 255) = 26.58%
R=43.02%
G=30.40%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515913900.290.380.1213.9558.971.37
HexE19F8B01D26Ce3b47
Octal34123721303546141673107
Binary111000011001111110001011011101100110110011101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19F8B; }

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

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

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

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

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

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

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

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