#E8A5BE

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

Shades of Shocking #E8A5BE

Tints of Shocking #E8A5BE

Color information

#E8A5BE (or 0xE8A5BE) is unknown color: approx Shocking. HEX triplet: E8, A5 and BE. RGB value is (232,165,190). Sum of RGB (Red+Green+Blue) = 232+165+190=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A5BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A5BE is #175A41. Grayscale: #BBBBBB. Windows color (decimal): -1530434 or 12494312. OLE color: 12494312.

HSL color Cylindrical-coordinate representation of color #E8A5BE: hue angle of 337.61º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8A5BE is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB232165190-
CMYK00.290.180.09
HSL337.61º59.29%77.84%-
HSV(B)337.61º28.88%90.98%-
XYZ56.0347.7854.99-
YUV187.88129.2159.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.52%
GREEN value IS 165 (64.84% from 255) = 28.11%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=39.52%
G=28.11%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216519000.290.180.09337.6159.2977.84
HexE8A5BE01D1291523b4e
Octal350245276035221152273116
Binary1110100010100101101111100111011001010011010100101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A5BE; }

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

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

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

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

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

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

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

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