#E0A5BE

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

Shades of Shocking #E0A5BE

Tints of Shocking #E0A5BE

Color information

#E0A5BE (or 0xE0A5BE) is unknown color: approx Shocking. HEX triplet: E0, A5 and BE. RGB value is (224,165,190). Sum of RGB (Red+Green+Blue) = 224+165+190=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A5BE is #1F5A41. Grayscale: #B9B9B9. Windows color (decimal): -2054722 or 12494304. OLE color: 12494304.

HSL color Cylindrical-coordinate representation of color #E0A5BE: hue angle of 334.58º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0A5BE is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB224165190-
CMYK00.260.150.12
HSL334.58º48.76%76.27%-
HSV(B)334.58º26.34%87.84%-
XYZ53.4946.4854.87-
YUV185.49130.55155.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.69%
GREEN value IS 165 (64.84% from 255) = 28.50%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=38.69%
G=28.50%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416519000.260.150.12334.5848.7676.27
HexE0A5BE01AFC14f314c
Octal340245276032171451761114
Binary111000001010010110111110011010111111001010011111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A5BE; }

 p { color: rgb(224,165,190); }

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

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

 a { background-color: rgb(224,165,190); }

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

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

 span { border-color: rgb(224,165,190); }

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