#E3A694

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

Shades of Tonys Pink #E3A694

Tints of Tonys Pink #E3A694

Color information

#E3A694 (or 0xE3A694) is unknown color: approx Tonys Pink. HEX triplet: E3, A6 and 94. RGB value is (227,166,148). Sum of RGB (Red+Green+Blue) = 227+166+148=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A694 is #1C596B. Grayscale: #B6B6B6. Windows color (decimal): -1857900 or 9742051. OLE color: 9742051.

HSL color Cylindrical-coordinate representation of color #E3A694: hue angle of 13.67º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E3A694 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB227166148-
CMYK00.270.350.11
HSL13.67º58.52%73.53%-
HSV(B)13.67º34.8%89.02%-
XYZ50.6645.7434.18-
YUV182.19108.71159.96-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.96%
GREEN value IS 166 (65.23% from 255) = 30.68%
BLUE value IS 148 (58.20% from 255) = 27.36%
R=41.96%
G=30.68%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716614800.270.350.1113.6758.5273.53
HexE3A69401B23Be3b4a
Octal34324622403343131673112
Binary111000111010011010010100011011100011101111101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A694; }

 p { color: rgb(227,166,148); }

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

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

 a { background-color: rgb(227,166,148); }

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

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

 span { border-color: rgb(227,166,148); }

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