#E7A6CD

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

Shades of Shocking #E7A6CD

Tints of Shocking #E7A6CD

Color information

#E7A6CD (or 0xE7A6CD) is unknown color: approx Shocking. HEX triplet: E7, A6 and CD. RGB value is (231,166,205). Sum of RGB (Red+Green+Blue) = 231+166+205=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A6CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A6CD is #185932. Grayscale: #BDBDBD. Windows color (decimal): -1595699 or 13477607. OLE color: 13477607.

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

Color convert

RGB231166205-
CMYK00.280.110.09
HSL324º57.52%77.84%-
HSV(B)324º28.14%90.59%-
XYZ57.6148.6764.12-
YUV189.88136.53157.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 166 (65.23% from 255) = 27.57%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=38.37%
G=27.57%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116620500.280.110.0932457.5277.84
HexE7A6CD01CB91443a4e
Octal347246315034131150472116
Binary111001111010011011001101011100101110011010001001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A6CD; }

 p { color: rgb(231,166,205); }

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

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

 a { background-color: rgb(231,166,205); }

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

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

 span { border-color: rgb(231,166,205); }

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