#E7A1BC

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

Shades of Shocking #E7A1BC

Tints of Shocking #E7A1BC

Color information

#E7A1BC (or 0xE7A1BC) is unknown color: approx Shocking. HEX triplet: E7, A1 and BC. RGB value is (231,161,188). Sum of RGB (Red+Green+Blue) = 231+161+188=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1BC is #185E43. Grayscale: #B8B8B8. Windows color (decimal): -1596996 or 12362215. OLE color: 12362215.

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

Color convert

RGB231161188-
CMYK00.300.190.09
HSL336.86º59.32%76.86%-
HSV(B)336.86º30.3%90.59%-
XYZ54.7846.1153.59-
YUV185.01129.69160.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.83%
GREEN value IS 161 (63.28% from 255) = 27.76%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=39.83%
G=27.76%
B=32.41%

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
Decimal23116118800.300.190.09336.8659.3276.86
HexE7A1BC01E1391513b4d
Octal347241274036231152173115
Binary1110011110100001101111000111101001110011010100011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A1BC; }

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

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

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

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

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

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

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

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