#E7A8C4

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

Shades of Shocking #E7A8C4

Tints of Shocking #E7A8C4

Color information

#E7A8C4 (or 0xE7A8C4) is unknown color: approx Shocking. HEX triplet: E7, A8 and C4. RGB value is (231,168,196). Sum of RGB (Red+Green+Blue) = 231+168+196=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8C4 is #18573B. Grayscale: #BDBDBD. Windows color (decimal): -1595196 or 12888295. OLE color: 12888295.

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

Color convert

RGB231168196-
CMYK00.270.150.09
HSL333.33º56.76%78.24%-
HSV(B)333.33º27.27%90.59%-
XYZ56.9248.9858.68-
YUV190.03131.37157.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.82%
GREEN value IS 168 (66.02% from 255) = 28.24%
BLUE value IS 196 (76.95% from 255) = 32.94%
R=38.82%
G=28.24%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116819600.270.150.09333.3356.7678.24
HexE7A8C401BF914d394e
Octal347250304033171151571116
Binary111001111010100011000100011011111110011010011011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A8C4; }

 p { color: rgb(231,168,196); }

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

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

 a { background-color: rgb(231,168,196); }

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

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

 span { border-color: rgb(231,168,196); }

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