#E69585

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

Shades of Tonys Pink #E69585

Tints of Tonys Pink #E69585

Color information

#E69585 (or 0xE69585) is unknown color: approx Tonys Pink. HEX triplet: E6, 95 and 85. RGB value is (230,149,133). Sum of RGB (Red+Green+Blue) = 230+149+133=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E69585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69585 is #196A7A. Grayscale: #ABABAB. Windows color (decimal): -1665659 or 8754662. OLE color: 8754662.

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

Color convert

RGB230149133-
CMYK00.350.420.10
HSL9.9º65.99%71.18%-
HSV(B)9.9º42.17%90.2%-
XYZ47.6140.0127.4-
YUV171.4106.34169.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.92%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=44.92%
G=29.10%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014913300.350.420.109.965.9971.18
HexE695850232AAa4247
Octal346225205043521212102107
Binary11100110100101011000010101000111010101010101010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69585; }

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

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

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

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

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

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

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

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