#E19985

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

Shades of Tonys Pink #E19985

Tints of Tonys Pink #E19985

Color information

#E19985 (or 0xE19985) is unknown color: approx Tonys Pink. HEX triplet: E1, 99 and 85. RGB value is (225,153,133). Sum of RGB (Red+Green+Blue) = 225+153+133=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E19985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19985 is #1E667A. Grayscale: #ACACAC. Windows color (decimal): -1992315 or 8755681. OLE color: 8755681.

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

Color convert

RGB225153133-
CMYK00.320.410.12
HSL13.04º60.53%70.2%-
HSV(B)13.04º40.89%88.24%-
XYZ46.6840.4827.54-
YUV172.25105.85165.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.03%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 133 (52.34% from 255) = 26.03%
R=44.03%
G=29.94%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515313300.320.410.1213.0460.5370.2
HexE1998502029Cd3d46
Octal34123120504051141575106
Binary1110000110011001100001010100000101001110011011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19985; }

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

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

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

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

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

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

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

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