#E3AFAA

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

Shades of Shilo #E3AFAA

Tints of Shilo #E3AFAA

Color information

#E3AFAA (or 0xE3AFAA) is unknown color: approx Shilo. HEX triplet: E3, AF and AA. RGB value is (227,175,170). Sum of RGB (Red+Green+Blue) = 227+175+170=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AFAA is #1C5055. Grayscale: #BEBEBE. Windows color (decimal): -1855574 or 11186147. OLE color: 11186147.

HSL color Cylindrical-coordinate representation of color #E3AFAA: hue angle of 5.26º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3AFAA is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB227175170-
CMYK00.230.250.11
HSL5.26º50.44%77.84%-
HSV(B)5.26º25.11%89.02%-
XYZ54.2649.8944.8-
YUV189.98116.73154.41-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.69%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=39.69%
G=30.59%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717517000.230.250.115.2650.4477.84
HexE3AFAA01719B5324e
Octal3432572520273113562116
Binary1110001110101111101010100101111100110111011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AFAA; }

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

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

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

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

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

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

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

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