#E7A5BB

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

Shades of Shocking #E7A5BB

Tints of Shocking #E7A5BB

Color information

#E7A5BB (or 0xE7A5BB) is unknown color: approx Shocking. HEX triplet: E7, A5 and BB. RGB value is (231,165,187). Sum of RGB (Red+Green+Blue) = 231+165+187=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 165 (64.84% from 255 or 28.30% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A5BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A5BB is #185A44. Grayscale: #BBBBBB. Windows color (decimal): -1595973 or 12297703. OLE color: 12297703.

HSL color Cylindrical-coordinate representation of color #E7A5BB: hue angle of 340º degrees, saturation: 0.58, 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 #E7A5BB is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231165187-
CMYK00.290.190.09
HSL340º57.89%77.65%-
HSV(B)340º28.57%90.59%-
XYZ55.3847.4953.26-
YUV187.24127.87159.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.62%
GREEN value IS 165 (64.84% from 255) = 28.30%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=39.62%
G=28.30%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116518700.290.190.0934057.8977.65
HexE7A5BB01D1391543a4e
Octal347245273035231152472116
Binary1110011110100101101110110111011001110011010101001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A5BB; }

 p { color: rgb(231,165,187); }

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

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

 a { background-color: rgb(231,165,187); }

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

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

 span { border-color: rgb(231,165,187); }

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