#E7AFAA

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

Shades of Shilo #E7AFAA

Tints of Shilo #E7AFAA

Color information

#E7AFAA (or 0xE7AFAA) is unknown color: approx Shilo. HEX triplet: E7, AF and AA. RGB value is (231,175,170). Sum of RGB (Red+Green+Blue) = 231+175+170=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AFAA is #185055. Grayscale: #BFBFBF. Windows color (decimal): -1593430 or 11186151. OLE color: 11186151.

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

Color convert

RGB231175170-
CMYK00.240.260.09
HSL4.92º55.96%78.63%-
HSV(B)4.92º26.41%90.59%-
XYZ55.5450.5544.86-
YUV191.17116.05156.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 170 (66.80% from 255) = 29.51%
R=40.10%
G=30.38%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117517000.240.260.094.9255.9678.63
HexE7AFAA0181A95384f
Octal3472572520303211570117
Binary1110011110101111101010100110001101010011011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFAA; }

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

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

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

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

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

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

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

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