#E7A7CA

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

Shades of Shocking #E7A7CA

Tints of Shocking #E7A7CA

Color information

#E7A7CA (or 0xE7A7CA) is unknown color: approx Shocking. HEX triplet: E7, A7 and CA. RGB value is (231,167,202). Sum of RGB (Red+Green+Blue) = 231+167+202=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 167 (65.62% from 255 or 27.83% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A7CA is #185835. Grayscale: #BEBEBE. Windows color (decimal): -1595446 or 13281255. OLE color: 13281255.

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

Color convert

RGB231167202-
CMYK00.280.130.09
HSL327.19º57.14%78.04%-
HSV(B)327.19º27.71%90.59%-
XYZ57.4348.8962.29-
YUV190.13134.7157.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.5%
GREEN value IS 167 (65.62% from 255) = 27.83%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=38.5%
G=27.83%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116720200.280.130.09327.1957.1478.04
HexE7A7CA01CD9147394e
Octal347247312034151150771116
Binary111001111010011111001010011100110110011010001111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A7CA; }

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

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

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

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

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

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

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

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