#E1A4BE

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

Shades of Shocking #E1A4BE

Tints of Shocking #E1A4BE

Color information

#E1A4BE (or 0xE1A4BE) is unknown color: approx Shocking. HEX triplet: E1, A4 and BE. RGB value is (225,164,190). Sum of RGB (Red+Green+Blue) = 225+164+190=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A4BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A4BE is #1E5B41. Grayscale: #B9B9B9. Windows color (decimal): -1989442 or 12494049. OLE color: 12494049.

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

Color convert

RGB225164190-
CMYK00.270.160.12
HSL334.43º50.41%76.27%-
HSV(B)334.43º27.11%88.24%-
XYZ53.6246.2854.82-
YUV185.2130.71156.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.86%
GREEN value IS 164 (64.45% from 255) = 28.32%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=38.86%
G=28.32%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516419000.270.160.12334.4350.4176.27
HexE1A4BE01B10C14e324c
Octal341244276033201451662114
Binary1110000110100100101111100110111000011001010011101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A4BE; }

 p { color: rgb(225,164,190); }

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

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

 a { background-color: rgb(225,164,190); }

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

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

 span { border-color: rgb(225,164,190); }

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