#E09D8C

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

Shades of Tonys Pink #E09D8C

Tints of Tonys Pink #E09D8C

Color information

#E09D8C (or 0xE09D8C) is unknown color: approx Tonys Pink. HEX triplet: E0, 9D and 8C. RGB value is (224,157,140). Sum of RGB (Red+Green+Blue) = 224+157+140=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09D8C is #1F6273. Grayscale: #AFAFAF. Windows color (decimal): -2056820 or 9215456. OLE color: 9215456.

HSL color Cylindrical-coordinate representation of color #E09D8C: hue angle of 12.14º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E09D8C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224157140-
CMYK00.300.380.12
HSL12.14º57.53%71.37%-
HSV(B)12.14º37.5%87.84%-
XYZ47.5341.8530.38-
YUV175.1108.2162.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 140 (55.08% from 255) = 26.87%
R=42.99%
G=30.13%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415714000.300.380.1212.1457.5371.37
HexE09D8C01E26Cc3a47
Octal34023521403646141472107
Binary111000001001110110001100011110100110110011001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09D8C; }

 p { color: rgb(224,157,140); }

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

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

 a { background-color: rgb(224,157,140); }

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

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

 span { border-color: rgb(224,157,140); }

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