#E69588

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

Shades of Tonys Pink #E69588

Tints of Tonys Pink #E69588

Color information

#E69588 (or 0xE69588) is unknown color: approx Tonys Pink. HEX triplet: E6, 95 and 88. RGB value is (230,149,136). Sum of RGB (Red+Green+Blue) = 230+149+136=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E69588 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69588 is #196A77. Grayscale: #ABABAB. Windows color (decimal): -1665656 or 8951270. OLE color: 8951270.

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

Color convert

RGB230149136-
CMYK00.350.410.10
HSL8.3º65.28%71.76%-
HSV(B)8.3º40.87%90.2%-
XYZ47.8240.128.51-
YUV171.74107.84169.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.66%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 136 (53.52% from 255) = 26.41%
R=44.66%
G=28.93%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014913600.350.410.108.365.2871.76
HexE6958802329A84148
Octal346225210043511210101110
Binary11100110100101011000100001000111010011010100010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69588; }

 p { color: rgb(230,149,136); }

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

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

 a { background-color: rgb(230,149,136); }

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

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

 span { border-color: rgb(230,149,136); }

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