#e69685

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

Shades of Tonys Pink #E69685

Tints of Tonys Pink #E69685

Color information

#E69685 (or 0xE69685) is unknown color: approx Tonys Pink. HEX triplet: E6, 96 and 85. RGB value is (230,150,133). Sum of RGB (Red+Green+Blue) = 230+150+133=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E69685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69685 is #19697A. Grayscale: #ACACAC. Windows color (decimal): -1665403 or 8754918. OLE color: 8754918.

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

Color convert

RGB230150133-
CMYK00.350.420.10
HSL10.52º65.99%71.18%-
HSV(B)10.52º42.17%90.2%-
XYZ47.7740.3327.46-
YUV171.98106169.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.83%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=44.83%
G=29.24%
B=25.93%

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
Decimal23015013300.350.420.1010.5265.9971.18
HexE696850232AAb4247
Octal346226205043521213102107
Binary11100110100101101000010101000111010101010101110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e69685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e69685; }

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

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

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

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

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

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

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

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