#E7A1BF

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

Shades of Shocking #E7A1BF

Tints of Shocking #E7A1BF

Color information

#E7A1BF (or 0xE7A1BF) is unknown color: approx Shocking. HEX triplet: E7, A1 and BF. RGB value is (231,161,191). Sum of RGB (Red+Green+Blue) = 231+161+191=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1BF is #185E40. Grayscale: #B9B9B9. Windows color (decimal): -1596993 or 12558823. OLE color: 12558823.

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

Color convert

RGB231161191-
CMYK00.300.170.09
HSL334.29º59.32%76.86%-
HSV(B)334.29º30.3%90.59%-
XYZ55.146.2455.31-
YUV185.35131.19160.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.62%
GREEN value IS 161 (63.28% from 255) = 27.62%
BLUE value IS 191 (75% from 255) = 32.76%
R=39.62%
G=27.62%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116119100.300.170.09334.2959.3276.86
HexE7A1BF01E11914e3b4d
Octal347241277036211151673115
Binary1110011110100001101111110111101000110011010011101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A1BF; }

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

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

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

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

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

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

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

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