#E3A48D

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

Shades of Tonys Pink #E3A48D

Tints of Tonys Pink #E3A48D

Color information

#E3A48D (or 0xE3A48D) is unknown color: approx Tonys Pink. HEX triplet: E3, A4 and 8D. RGB value is (227,164,141). Sum of RGB (Red+Green+Blue) = 227+164+141=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A48D is #1C5B72. Grayscale: #B4B4B4. Windows color (decimal): -1858419 or 9282787. OLE color: 9282787.

HSL color Cylindrical-coordinate representation of color #E3A48D: hue angle of 16.05º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E3A48D is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB227164141-
CMYK00.280.380.11
HSL16.05º60.56%72.16%-
HSV(B)16.05º37.89%89.02%-
XYZ49.7644.831.22-
YUV180.22105.87161.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.67%
GREEN value IS 164 (64.45% from 255) = 30.83%
BLUE value IS 141 (55.47% from 255) = 26.50%
R=42.67%
G=30.83%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716414100.280.380.1116.0560.5672.16
HexE3A48D01C26B103d48
Octal34324421503446132075110
Binary1110001110100100100011010111001001101011100001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A48D; }

 p { color: rgb(227,164,141); }

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

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

 a { background-color: rgb(227,164,141); }

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

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

 span { border-color: rgb(227,164,141); }

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