#E7A07F

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

Shades of Tonys Pink #E7A07F

Tints of Tonys Pink #E7A07F

Color information

#E7A07F (or 0xE7A07F) is unknown color: approx Tonys Pink. HEX triplet: E7, A0 and 7F. RGB value is (231,160,127). Sum of RGB (Red+Green+Blue) = 231+160+127=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A07F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A07F is #185F80. Grayscale: #B1B1B1. Windows color (decimal): -1597313 or 8364263. OLE color: 8364263.

HSL color Cylindrical-coordinate representation of color #E7A07F: hue angle of 19.04º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7A07F is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB231160127-
CMYK00.310.450.09
HSL19.04º68.42%70.2%-
HSV(B)19.04º45.02%90.59%-
XYZ49.3643.6625.91-
YUV177.4799.52166.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.59%
GREEN value IS 160 (62.89% from 255) = 30.89%
BLUE value IS 127 (50% from 255) = 24.52%
R=44.59%
G=30.89%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116012700.310.450.0919.0468.4270.2
HexE7A07F01F2D9134446
Octal347240177037551123104106
Binary1110011110100000111111101111110110110011001110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A07F; }

 p { color: rgb(231,160,127); }

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

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

 a { background-color: rgb(231,160,127); }

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

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

 span { border-color: rgb(231,160,127); }

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