#E7A1C6

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

Shades of Shocking #E7A1C6

Tints of Shocking #E7A1C6

Color information

#E7A1C6 (or 0xE7A1C6) is unknown color: approx Shocking. HEX triplet: E7, A1 and C6. RGB value is (231,161,198). Sum of RGB (Red+Green+Blue) = 231+161+198=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 161 (63.28% from 255 or 27.29% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1C6 is #185E39. Grayscale: #BABABA. Windows color (decimal): -1596986 or 13017575. OLE color: 13017575.

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

Color convert

RGB231161198-
CMYK00.300.140.09
HSL328.29º59.32%76.86%-
HSV(B)328.29º30.3%90.59%-
XYZ55.8946.5659.47-
YUV186.15134.69159.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.15%
GREEN value IS 161 (63.28% from 255) = 27.29%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=39.15%
G=27.29%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116119800.300.140.09328.2959.3276.86
HexE7A1C601EE91483b4d
Octal347241306036161151073115
Binary111001111010000111000110011110111010011010010001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A1C6; }

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

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

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

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

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

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

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

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