#E7AEAA

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

Shades of Shilo #E7AEAA

Tints of Shilo #E7AEAA

Color information

#E7AEAA (or 0xE7AEAA) is unknown color: approx Shilo. HEX triplet: E7, AE and AA. RGB value is (231,174,170). Sum of RGB (Red+Green+Blue) = 231+174+170=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AEAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AEAA is #185155. Grayscale: #BEBEBE. Windows color (decimal): -1593686 or 11185895. OLE color: 11185895.

HSL color Cylindrical-coordinate representation of color #E7AEAA: hue angle of 3.93º 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 #E7AEAA is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231174170-
CMYK00.250.260.09
HSL3.93º55.96%78.63%-
HSV(B)3.93º26.41%90.59%-
XYZ55.3550.1644.8-
YUV190.59116.38156.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.17%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 170 (66.80% from 255) = 29.57%
R=40.17%
G=30.26%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117417000.250.260.093.9355.9678.63
HexE7AEAA0191A94384f
Octal3472562520313211470117
Binary1110011110101110101010100110011101010011001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AEAA; }

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

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

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

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

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

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

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

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