#E09F8D

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

Shades of Tonys Pink #E09F8D

Tints of Tonys Pink #E09F8D

Color information

#E09F8D (or 0xE09F8D) is unknown color: approx Tonys Pink. HEX triplet: E0, 9F and 8D. RGB value is (224,159,141). Sum of RGB (Red+Green+Blue) = 224+159+141=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09F8D is #1F6072. Grayscale: #B0B0B0. Windows color (decimal): -2056307 or 9281504. OLE color: 9281504.

HSL color Cylindrical-coordinate representation of color #E09F8D: hue angle of 13.01º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E09F8D is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224159141-
CMYK00.290.370.12
HSL13.01º57.24%71.57%-
HSV(B)13.01º37.05%87.84%-
XYZ47.9542.5730.89-
YUV176.38108.03161.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=42.75%
G=30.34%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415914100.290.370.1213.0157.2471.57
HexE09F8D01D25Cd3948
Octal34023721503545141571110
Binary111000001001111110001101011101100101110011011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09F8D; }

 p { color: rgb(224,159,141); }

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

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

 a { background-color: rgb(224,159,141); }

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

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

 span { border-color: rgb(224,159,141); }

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