#E69C8C

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

Shades of Tonys Pink #E69C8C

Tints of Tonys Pink #E69C8C

Color information

#E69C8C (or 0xE69C8C) is unknown color: approx Tonys Pink. HEX triplet: E6, 9C and 8C. RGB value is (230,156,140). Sum of RGB (Red+Green+Blue) = 230+156+140=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69C8C is #196373. Grayscale: #B0B0B0. Windows color (decimal): -1663860 or 9215206. OLE color: 9215206.

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

Color convert

RGB230156140-
CMYK00.320.390.10
HSL10.67º64.29%72.55%-
HSV(B)10.67º39.13%90.2%-
XYZ49.2642.4930.42-
YUV176.3107.52166.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.73%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 140 (55.08% from 255) = 26.62%
R=43.73%
G=29.66%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015614000.320.390.1010.6764.2972.55
HexE69C8C02027Ab4049
Octal346234214040471213100111
Binary11100110100111001000110001000001001111010101110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69C8C; }

 p { color: rgb(230,156,140); }

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

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

 a { background-color: rgb(230,156,140); }

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

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

 span { border-color: rgb(230,156,140); }

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