#E69F80

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

Shades of Tonys Pink #E69F80

Tints of Tonys Pink #E69F80

Color information

#E69F80 (or 0xE69F80) is unknown color: approx Tonys Pink. HEX triplet: E6, 9F and 80. RGB value is (230,159,128). Sum of RGB (Red+Green+Blue) = 230+159+128=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69F80 is #19607F. Grayscale: #B0B0B0. Windows color (decimal): -1663104 or 8429542. OLE color: 8429542.

HSL color Cylindrical-coordinate representation of color #E69F80: hue angle of 18.24º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E69F80 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB230159128-
CMYK00.310.440.10
HSL18.24º67.11%70.2%-
HSV(B)18.24º44.35%90.2%-
XYZ48.9343.1826.18-
YUV176.7100.52166.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.49%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=44.49%
G=30.75%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015912800.310.440.1018.2467.1170.2
HexE69F8001F2CA124346
Octal346237200037541222103106
Binary11100110100111111000000001111110110010101001010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69F80; }

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

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

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

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

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

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

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

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