#e7a282

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

Shades of Tonys Pink #E7A282

Tints of Tonys Pink #E7A282

Color information

#E7A282 (or 0xE7A282) is unknown color: approx Tonys Pink. HEX triplet: E7, A2 and 82. RGB value is (231,162,130). Sum of RGB (Red+Green+Blue) = 231+162+130=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A282 is #185D7D. Grayscale: #B3B3B3. Windows color (decimal): -1596798 or 8561383. OLE color: 8561383.

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

Color convert

RGB231162130-
CMYK00.300.440.09
HSL19.01º67.79%70.78%-
HSV(B)19.01º43.72%90.59%-
XYZ49.944.4427.07-
YUV178.98100.36165.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.17%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 130 (51.17% from 255) = 24.86%
R=44.17%
G=30.98%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116213000.300.440.0919.0167.7970.78
HexE7A28201E2C9134447
Octal347242202036541123104107
Binary11100111101000101000001001111010110010011001110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7a282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7a282; }

 p { color: rgb(231,162,130); }

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

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

 a { background-color: rgb(231,162,130); }

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

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

 span { border-color: rgb(231,162,130); }

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