#E9AFAA

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

Shades of Shilo #E9AFAA

Tints of Shilo #E9AFAA

Color information

#E9AFAA (or 0xE9AFAA) is unknown color: approx Shilo. HEX triplet: E9, AF and AA. RGB value is (233,175,170). Sum of RGB (Red+Green+Blue) = 233+175+170=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AFAA is #165055. Grayscale: #BFBFBF. Windows color (decimal): -1462358 or 11186153. OLE color: 11186153.

HSL color Cylindrical-coordinate representation of color #E9AFAA: hue angle of 4.76º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9AFAA is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB233175170-
CMYK00.250.270.09
HSL4.76º58.88%79.02%-
HSV(B)4.76º27.04%91.37%-
XYZ56.1950.8944.89-
YUV191.77115.72157.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.31%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=40.31%
G=30.28%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317517000.250.270.094.7658.8879.02
HexE9AFAA0191B953b4f
Octal3512572520313311573117
Binary1110100110101111101010100110011101110011011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFAA; }

 p { color: rgb(233,175,170); }

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

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

 a { background-color: rgb(233,175,170); }

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

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

 span { border-color: rgb(233,175,170); }

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