#E29E8A

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

Shades of Tonys Pink #E29E8A

Tints of Tonys Pink #E29E8A

Color information

#E29E8A (or 0xE29E8A) is unknown color: approx Tonys Pink. HEX triplet: E2, 9E and 8A. RGB value is (226,158,138). Sum of RGB (Red+Green+Blue) = 226+158+138=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E29E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29E8A is #1D6175. Grayscale: #B0B0B0. Windows color (decimal): -1925494 or 9084642. OLE color: 9084642.

HSL color Cylindrical-coordinate representation of color #E29E8A: hue angle of 13.64º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E29E8A is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB226158138-
CMYK00.300.390.11
HSL13.64º60.27%71.37%-
HSV(B)13.64º38.94%88.63%-
XYZ48.1842.4629.7-
YUV176.05106.53163.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.30%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 138 (54.30% from 255) = 26.44%
R=43.30%
G=30.27%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615813800.300.390.1113.6460.2771.37
HexE29E8A01E27Be3c47
Octal34223621203647131674107
Binary111000101001111010001010011110100111101111101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29E8A; }

 p { color: rgb(226,158,138); }

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

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

 a { background-color: rgb(226,158,138); }

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

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

 span { border-color: rgb(226,158,138); }

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