#E7A1BB

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

Shades of Shocking #E7A1BB

Tints of Shocking #E7A1BB

Color information

#E7A1BB (or 0xE7A1BB) is unknown color: approx Shocking. HEX triplet: E7, A1 and BB. RGB value is (231,161,187). Sum of RGB (Red+Green+Blue) = 231+161+187=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1BB is #185E44. Grayscale: #B8B8B8. Windows color (decimal): -1596997 or 12296679. OLE color: 12296679.

HSL color Cylindrical-coordinate representation of color #E7A1BB: hue angle of 337.71º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7A1BB is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231161187-
CMYK00.300.190.09
HSL337.71º59.32%76.86%-
HSV(B)337.71º30.3%90.59%-
XYZ54.6746.0753.02-
YUV184.89129.19160.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.90%
GREEN value IS 161 (63.28% from 255) = 27.81%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=39.90%
G=27.81%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116118700.300.190.09337.7159.3276.86
HexE7A1BB01E1391523b4d
Octal347241273036231152273115
Binary1110011110100001101110110111101001110011010100101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A1BB; }

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

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

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

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

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

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

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

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