#E8A1C7

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

Shades of Shocking #E8A1C7

Tints of Shocking #E8A1C7

Color information

#E8A1C7 (or 0xE8A1C7) is unknown color: approx Shocking. HEX triplet: E8, A1 and C7. RGB value is (232,161,199). Sum of RGB (Red+Green+Blue) = 232+161+199=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 161 (63.28% from 255 or 27.20% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A1C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A1C7 is #175E38. Grayscale: #BABABA. Windows color (decimal): -1531449 or 13083112. OLE color: 13083112.

HSL color Cylindrical-coordinate representation of color #E8A1C7: hue angle of 327.89º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8A1C7 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB232161199-
CMYK00.310.140.09
HSL327.89º60.68%77.06%-
HSV(B)327.89º30.6%90.98%-
XYZ56.3346.7760.09-
YUV186.56135.02160.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.19%
GREEN value IS 161 (63.28% from 255) = 27.20%
BLUE value IS 199 (78.12% from 255) = 33.61%
R=39.19%
G=27.20%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216119900.310.140.09327.8960.6877.06
HexE8A1C701FE91483d4d
Octal350241307037161151075115
Binary111010001010000111000111011111111010011010010001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A1C7; }

 p { color: rgb(232,161,199); }

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

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

 a { background-color: rgb(232,161,199); }

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

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

 span { border-color: rgb(232,161,199); }

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