#E7A1B8

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

Shades of Shocking #E7A1B8

Tints of Shocking #E7A1B8

Color information

#E7A1B8 (or 0xE7A1B8) is unknown color: approx Shocking. HEX triplet: E7, A1 and B8. RGB value is (231,161,184). Sum of RGB (Red+Green+Blue) = 231+161+184=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1B8 is #185E47. Grayscale: #B8B8B8. Windows color (decimal): -1597000 or 12100071. OLE color: 12100071.

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

Color convert

RGB231161184-
CMYK00.300.200.09
HSL340.29º59.32%76.86%-
HSV(B)340.29º30.3%90.59%-
XYZ54.3545.9451.35-
YUV184.55127.69161.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 161 (63.28% from 255) = 27.95%
BLUE value IS 184 (72.27% from 255) = 31.94%
R=40.10%
G=27.95%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116118400.300.200.09340.2959.3276.86
HexE7A1B801E1491543b4d
Octal347241270036241152473115
Binary1110011110100001101110000111101010010011010101001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A1B8; }

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

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

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

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

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

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

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

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