#E7A8C1

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

Shades of Shocking #E7A8C1

Tints of Shocking #E7A8C1

Color information

#E7A8C1 (or 0xE7A8C1) is unknown color: approx Shocking. HEX triplet: E7, A8 and C1. RGB value is (231,168,193). Sum of RGB (Red+Green+Blue) = 231+168+193=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8C1 is #18573E. Grayscale: #BDBDBD. Windows color (decimal): -1595199 or 12691687. OLE color: 12691687.

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

Color convert

RGB231168193-
CMYK00.270.160.09
HSL336.19º56.76%78.24%-
HSV(B)336.19º27.27%90.59%-
XYZ56.5848.8456.9-
YUV189.69129.87157.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.02%
GREEN value IS 168 (66.02% from 255) = 28.38%
BLUE value IS 193 (75.78% from 255) = 32.60%
R=39.02%
G=28.38%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116819300.270.160.09336.1956.7678.24
HexE7A8C101B109150394e
Octal347250301033201152071116
Binary1110011110101000110000010110111000010011010100001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A8C1; }

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

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

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

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

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

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

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

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