#E4ABAA

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

Shades of Shilo #E4ABAA

Tints of Shilo #E4ABAA

Color information

#E4ABAA (or 0xE4ABAA) is unknown color: approx Shilo. HEX triplet: E4, AB and AA. RGB value is (228,171,170). Sum of RGB (Red+Green+Blue) = 228+171+170=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4ABAA is #1B5455. Grayscale: #BBBBBB. Windows color (decimal): -1791062 or 11185124. OLE color: 11185124.

HSL color Cylindrical-coordinate representation of color #E4ABAA: hue angle of 1.03º degrees, saturation: 0.52, 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 #E4ABAA is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB228171170-
CMYK00.250.250.11
HSL1.03º51.79%78.04%-
HSV(B)1.03º25.44%89.41%-
XYZ53.8148.5244.56-
YUV187.93117.88156.58-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.07%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=40.07%
G=30.05%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817117000.250.250.111.0351.7978.04
HexE4ABAA01919B1344e
Octal3442532520313113164116
Binary11100100101010111010101001100111001101111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ABAA; }

 p { color: rgb(228,171,170); }

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

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

 a { background-color: rgb(228,171,170); }

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

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

 span { border-color: rgb(228,171,170); }

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