#E2ABAB

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

Shades of Shilo #E2ABAB

Tints of Shilo #E2ABAB

Color information

#E2ABAB (or 0xE2ABAB) is unknown color: approx Shilo. HEX triplet: E2, AB and AB. RGB value is (226,171,171). Sum of RGB (Red+Green+Blue) = 226+171+171=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2ABAB is #1D5454. Grayscale: #BBBBBB. Windows color (decimal): -1922133 or 11250658. OLE color: 11250658.

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

Color convert

RGB226171171-
CMYK00.240.240.11
HSL48.67%77.84%-
HSV(B)24.34%88.63%-
XYZ53.2848.2345.03-
YUV187.44118.72155.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.79%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 171 (67.19% from 255) = 30.11%
R=39.79%
G=30.11%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617117100.240.240.11048.6777.84
HexE2ABAB01818B0314e
Octal3422532530303013061116
Binary11100010101010111010101101100011000101101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ABAB; }

 p { color: rgb(226,171,171); }

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

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

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

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

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

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

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