#E09686

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

Shades of Tonys Pink #E09686

Tints of Tonys Pink #E09686

Color information

#E09686 (or 0xE09686) is unknown color: approx Tonys Pink. HEX triplet: E0, 96 and 86. RGB value is (224,150,134). Sum of RGB (Red+Green+Blue) = 224+150+134=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E09686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09686 is #1F6979. Grayscale: #AAAAAA. Windows color (decimal): -2058618 or 8820448. OLE color: 8820448.

HSL color Cylindrical-coordinate representation of color #E09686: hue angle of 10.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E09686 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB224150134-
CMYK00.330.400.12
HSL10.67º59.21%70.2%-
HSV(B)10.67º40.18%87.84%-
XYZ45.9539.3827.73-
YUV170.3107.52166.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.09%
GREEN value IS 150 (58.98% from 255) = 29.53%
BLUE value IS 134 (52.73% from 255) = 26.38%
R=44.09%
G=29.53%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415013400.330.400.1210.6759.2170.2
HexE0968602128Cb3b46
Octal34022620604150141373106
Binary1110000010010110100001100100001101000110010111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09686; }

 p { color: rgb(224,150,134); }

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

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

 a { background-color: rgb(224,150,134); }

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

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

 span { border-color: rgb(224,150,134); }

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