#E69985

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

Shades of Tonys Pink #E69985

Tints of Tonys Pink #E69985

Color information

#E69985 (or 0xE69985) is unknown color: approx Tonys Pink. HEX triplet: E6, 99 and 85. RGB value is (230,153,133). Sum of RGB (Red+Green+Blue) = 230+153+133=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E69985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69985 is #19667A. Grayscale: #ADADAD. Windows color (decimal): -1664635 or 8755686. OLE color: 8755686.

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

Color convert

RGB230153133-
CMYK00.330.420.10
HSL12.37º65.99%71.18%-
HSV(B)12.37º42.17%90.2%-
XYZ48.2641.327.62-
YUV173.74105.01168.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.57%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=44.57%
G=29.65%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015313300.330.420.1012.3765.9971.18
HexE699850212AAc4247
Octal346231205041521214102107
Binary11100110100110011000010101000011010101010110010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69985; }

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

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

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

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

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

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

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

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