#E19F8D

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

Shades of Tonys Pink #E19F8D

Tints of Tonys Pink #E19F8D

Color information

#E19F8D (or 0xE19F8D) is unknown color: approx Tonys Pink. HEX triplet: E1, 9F and 8D. RGB value is (225,159,141). Sum of RGB (Red+Green+Blue) = 225+159+141=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19F8D is #1E6072. Grayscale: #B0B0B0. Windows color (decimal): -1990771 or 9281505. OLE color: 9281505.

HSL color Cylindrical-coordinate representation of color #E19F8D: hue angle of 12.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E19F8D is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB225159141-
CMYK00.290.370.12
HSL12.86º58.33%71.76%-
HSV(B)12.86º37.33%88.24%-
XYZ48.2642.7330.9-
YUV176.68107.87162.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=42.86%
G=30.29%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515914100.290.370.1212.8658.3371.76
HexE19F8D01D25Cd3a48
Octal34123721503545141572110
Binary111000011001111110001101011101100101110011011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19F8D; }

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

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

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

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

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

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

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

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