#E69D86

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

Shades of Tonys Pink #E69D86

Tints of Tonys Pink #E69D86

Color information

#E69D86 (or 0xE69D86) is unknown color: approx Tonys Pink. HEX triplet: E6, 9D and 86. RGB value is (230,157,134). Sum of RGB (Red+Green+Blue) = 230+157+134=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D86 is #196279. Grayscale: #B0B0B0. Windows color (decimal): -1663610 or 8822246. OLE color: 8822246.

HSL color Cylindrical-coordinate representation of color #E69D86: hue angle of 14.38º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E69D86 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB230157134-
CMYK00.320.420.10
HSL14.38º65.75%71.37%-
HSV(B)14.38º41.74%90.2%-
XYZ48.9942.6628.21-
YUV176.2104.18166.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.15%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 134 (52.73% from 255) = 25.72%
R=44.15%
G=30.13%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015713400.320.420.1014.3865.7571.37
HexE69D860202AAe4247
Octal346235206040521216102107
Binary11100110100111011000011001000001010101010111010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69D86; }

 p { color: rgb(230,157,134); }

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

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

 a { background-color: rgb(230,157,134); }

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

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

 span { border-color: rgb(230,157,134); }

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