#E09D8E

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

Shades of Tonys Pink #E09D8E

Tints of Tonys Pink #E09D8E

Color information

#E09D8E (or 0xE09D8E) is unknown color: approx Tonys Pink. HEX triplet: E0, 9D and 8E. RGB value is (224,157,142). Sum of RGB (Red+Green+Blue) = 224+157+142=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09D8E is #1F6271. Grayscale: #AFAFAF. Windows color (decimal): -2056818 or 9346528. OLE color: 9346528.

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

Color convert

RGB224157142-
CMYK00.300.370.12
HSL10.98º56.94%71.76%-
HSV(B)10.98º36.61%87.84%-
XYZ47.6841.9131.17-
YUV175.32109.2162.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.83%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 142 (55.86% from 255) = 27.15%
R=42.83%
G=30.02%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415714200.300.370.1210.9856.9471.76
HexE09D8E01E25Cb3948
Octal34023521603645141371110
Binary111000001001110110001110011110100101110010111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09D8E; }

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

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

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

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

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

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

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

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