#E19C8D

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

Shades of Tonys Pink #E19C8D

Tints of Tonys Pink #E19C8D

Color information

#E19C8D (or 0xE19C8D) is unknown color: approx Tonys Pink. HEX triplet: E1, 9C and 8D. RGB value is (225,156,141). Sum of RGB (Red+Green+Blue) = 225+156+141=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19C8D is #1E6372. Grayscale: #AFAFAF. Windows color (decimal): -1991539 or 9280737. OLE color: 9280737.

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

Color convert

RGB225156141-
CMYK00.310.370.12
HSL10.71º58.33%71.76%-
HSV(B)10.71º37.33%88.24%-
XYZ47.7541.7130.73-
YUV174.92108.86163.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 141 (55.47% from 255) = 27.01%
R=43.10%
G=29.89%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515614100.310.370.1210.7158.3371.76
HexE19C8D01F25Cb3a48
Octal34123421503745141372110
Binary111000011001110010001101011111100101110010111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19C8D; }

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

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

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

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

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

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

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

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