#E8A6C4

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

Shades of Shocking #E8A6C4

Tints of Shocking #E8A6C4

Color information

#E8A6C4 (or 0xE8A6C4) is unknown color: approx Shocking. HEX triplet: E8, A6 and C4. RGB value is (232,166,196). Sum of RGB (Red+Green+Blue) = 232+166+196=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A6C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A6C4 is #17593B. Grayscale: #BDBDBD. Windows color (decimal): -1530172 or 12887784. OLE color: 12887784.

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

Color convert

RGB232166196-
CMYK00.280.160.09
HSL332.73º58.93%78.04%-
HSV(B)332.73º28.45%90.98%-
XYZ56.8848.4158.57-
YUV189.15131.87158.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.06%
GREEN value IS 166 (65.23% from 255) = 27.95%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=39.06%
G=27.95%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216619600.280.160.09332.7358.9378.04
HexE8A6C401C10914d3b4e
Octal350246304034201151573116
Binary1110100010100110110001000111001000010011010011011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A6C4; }

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

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

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

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

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

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

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

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