#E69F89

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

Shades of Tonys Pink #E69F89

Tints of Tonys Pink #E69F89

Color information

#E69F89 (or 0xE69F89) is unknown color: approx Tonys Pink. HEX triplet: E6, 9F and 89. RGB value is (230,159,137). Sum of RGB (Red+Green+Blue) = 230+159+137=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69F89 is #196076. Grayscale: #B1B1B1. Windows color (decimal): -1663095 or 9019366. OLE color: 9019366.

HSL color Cylindrical-coordinate representation of color #E69F89: hue angle of 14.19º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E69F89 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB230159137-
CMYK00.310.400.10
HSL14.19º65.03%71.96%-
HSV(B)14.19º40.43%90.2%-
XYZ49.5543.4329.44-
YUV177.72105.02165.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.73%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 137 (53.91% from 255) = 26.05%
R=43.73%
G=30.23%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015913700.310.400.1014.1965.0371.96
HexE69F8901F28Ae4148
Octal346237211037501216101110
Binary1110011010011111100010010111111010001010111010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69F89; }

 p { color: rgb(230,159,137); }

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

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

 a { background-color: rgb(230,159,137); }

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

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

 span { border-color: rgb(230,159,137); }

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