#E7A4BE

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

Shades of Shocking #E7A4BE

Tints of Shocking #E7A4BE

Color information

#E7A4BE (or 0xE7A4BE) is unknown color: approx Shocking. HEX triplet: E7, A4 and BE. RGB value is (231,164,190). Sum of RGB (Red+Green+Blue) = 231+164+190=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A4BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A4BE is #185B41. Grayscale: #BABABA. Windows color (decimal): -1596226 or 12494055. OLE color: 12494055.

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

Color convert

RGB231164190-
CMYK00.290.180.09
HSL336.72º58.26%77.45%-
HSV(B)336.72º29%90.59%-
XYZ55.5247.2654.91-
YUV187129.7159.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.49%
GREEN value IS 164 (64.45% from 255) = 28.03%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=39.49%
G=28.03%
B=32.48%

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
Decimal23116419000.290.180.09336.7258.2677.45
HexE7A4BE01D1291513a4d
Octal347244276035221152172115
Binary1110011110100100101111100111011001010011010100011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A4BE; }

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

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

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

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

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

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

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

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