#E7A7CC

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

Shades of Shocking #E7A7CC

Tints of Shocking #E7A7CC

Color information

#E7A7CC (or 0xE7A7CC) is unknown color: approx Shocking. HEX triplet: E7, A7 and CC. RGB value is (231,167,204). Sum of RGB (Red+Green+Blue) = 231+167+204=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 167 (65.62% from 255 or 27.74% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A7CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A7CC is #185833. Grayscale: #BEBEBE. Windows color (decimal): -1595444 or 13412327. OLE color: 13412327.

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

Color convert

RGB231167204-
CMYK00.280.120.09
HSL325.31º57.14%78.04%-
HSV(B)325.31º27.71%90.59%-
XYZ57.6748.9963.54-
YUV190.35135.7156.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 167 (65.62% from 255) = 27.74%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=38.37%
G=27.74%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116720400.280.120.09325.3157.1478.04
HexE7A7CC01CC9145394e
Octal347247314034141150571116
Binary111001111010011111001100011100110010011010001011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A7CC; }

 p { color: rgb(231,167,204); }

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

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

 a { background-color: rgb(231,167,204); }

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

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

 span { border-color: rgb(231,167,204); }

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