#E8A28A

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

Shades of Tonys Pink #E8A28A

Tints of Tonys Pink #E8A28A

Color information

#E8A28A (or 0xE8A28A) is unknown color: approx Tonys Pink. HEX triplet: E8, A2 and 8A. RGB value is (232,162,138). Sum of RGB (Red+Green+Blue) = 232+162+138=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A28A is #175D75. Grayscale: #B4B4B4. Windows color (decimal): -1531254 or 9085672. OLE color: 9085672.

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

Color convert

RGB232162138-
CMYK00.300.410.09
HSL15.32º67.14%72.55%-
HSV(B)15.32º40.52%90.98%-
XYZ50.7944.8330.02-
YUV180.19104.19164.95-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.61%
GREEN value IS 162 (63.67% from 255) = 30.45%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=43.61%
G=30.45%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216213800.300.410.0915.3267.1472.55
HexE8A28A01E299f4349
Octal350242212036511117103111
Binary1110100010100010100010100111101010011001111110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A28A; }

 p { color: rgb(232,162,138); }

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

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

 a { background-color: rgb(232,162,138); }

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

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

 span { border-color: rgb(232,162,138); }

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