#E8A6BC

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

Shades of Shocking #E8A6BC

Tints of Shocking #E8A6BC

Color information

#E8A6BC (or 0xE8A6BC) is unknown color: approx Shocking. HEX triplet: E8, A6 and BC. RGB value is (232,166,188). Sum of RGB (Red+Green+Blue) = 232+166+188=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A6BC is #175943. Grayscale: #BCBCBC. Windows color (decimal): -1530180 or 12363496. OLE color: 12363496.

HSL color Cylindrical-coordinate representation of color #E8A6BC: hue angle of 340º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8A6BC is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB232166188-
CMYK00.280.190.09
HSL340º58.93%78.04%-
HSV(B)340º28.45%90.98%-
XYZ55.9948.0653.9-
YUV188.24127.87159.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.59%
GREEN value IS 166 (65.23% from 255) = 28.33%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=39.59%
G=28.33%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216618800.280.190.0934058.9378.04
HexE8A6BC01C1391543b4e
Octal350246274034231152473116
Binary1110100010100110101111000111001001110011010101001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A6BC; }

 p { color: rgb(232,166,188); }

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

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

 a { background-color: rgb(232,166,188); }

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

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

 span { border-color: rgb(232,166,188); }

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