#E09F8A

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

Shades of Tonys Pink #E09F8A

Tints of Tonys Pink #E09F8A

Color information

#E09F8A (or 0xE09F8A) is unknown color: approx Tonys Pink. HEX triplet: E0, 9F and 8A. RGB value is (224,159,138). Sum of RGB (Red+Green+Blue) = 224+159+138=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09F8A is #1F6075. Grayscale: #B0B0B0. Windows color (decimal): -2056310 or 9084896. OLE color: 9084896.

HSL color Cylindrical-coordinate representation of color #E09F8A: hue angle of 14.65º 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 #E09F8A is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224159138-
CMYK00.290.380.12
HSL14.65º58.11%70.98%-
HSV(B)14.65º38.39%87.84%-
XYZ47.7342.4829.73-
YUV176.04106.53162.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=42.99%
G=30.52%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415913800.290.380.1214.6558.1170.98
HexE09F8A01D26Cf3a47
Octal34023721203546141772107
Binary111000001001111110001010011101100110110011111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09F8A; }

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

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

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

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

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

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

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

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