#E5AFAB

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

Shades of Shilo #E5AFAB

Tints of Shilo #E5AFAB

Color information

#E5AFAB (or 0xE5AFAB) is unknown color: approx Shilo. HEX triplet: E5, AF and AB. RGB value is (229,175,171). Sum of RGB (Red+Green+Blue) = 229+175+171=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AFAB is #1A5054. Grayscale: #BEBEBE. Windows color (decimal): -1724501 or 11251685. OLE color: 11251685.

HSL color Cylindrical-coordinate representation of color #E5AFAB: hue angle of 4.14º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5AFAB is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB229175171-
CMYK00.240.250.10
HSL4.14º52.73%78.43%-
HSV(B)4.14º25.33%89.8%-
XYZ54.9950.2645.33-
YUV190.69116.89155.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.83%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 171 (67.19% from 255) = 29.74%
R=39.83%
G=30.43%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917517100.240.250.104.1452.7378.43
HexE5AFAB01819A4354e
Octal3452572530303112465116
Binary1110010110101111101010110110001100110101001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AFAB; }

 p { color: rgb(229,175,171); }

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

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

 a { background-color: rgb(229,175,171); }

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

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

 span { border-color: rgb(229,175,171); }

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