#E69E80

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

Shades of Tonys Pink #E69E80

Tints of Tonys Pink #E69E80

Color information

#E69E80 (or 0xE69E80) is unknown color: approx Tonys Pink. HEX triplet: E6, 9E and 80. RGB value is (230,158,128). Sum of RGB (Red+Green+Blue) = 230+158+128=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69E80 is #19617F. Grayscale: #B0B0B0. Windows color (decimal): -1663360 or 8429286. OLE color: 8429286.

HSL color Cylindrical-coordinate representation of color #E69E80: hue angle of 17.65º 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 #E69E80 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB230158128-
CMYK00.310.440.10
HSL17.65º67.11%70.2%-
HSV(B)17.65º44.35%90.2%-
XYZ48.7642.8426.12-
YUV176.11100.85166.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.57%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 128 (50.39% from 255) = 24.81%
R=44.57%
G=30.62%
B=24.81%

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
Decimal23015812800.310.440.1017.6567.1170.2
HexE69E8001F2CA124346
Octal346236200037541222103106
Binary11100110100111101000000001111110110010101001010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69E80; }

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

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

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

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

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

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

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

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