#E7A7C8

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

Shades of Shocking #E7A7C8

Tints of Shocking #E7A7C8

Color information

#E7A7C8 (or 0xE7A7C8) is unknown color: approx Shocking. HEX triplet: E7, A7 and C8. RGB value is (231,167,200). Sum of RGB (Red+Green+Blue) = 231+167+200=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A7C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A7C8 is #185837. Grayscale: #BDBDBD. Windows color (decimal): -1595448 or 13150183. OLE color: 13150183.

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

Color convert

RGB231167200-
CMYK00.280.130.09
HSL329.06º57.14%78.04%-
HSV(B)329.06º27.71%90.59%-
XYZ57.248.861.05-
YUV189.9133.7157.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.63%
GREEN value IS 167 (65.62% from 255) = 27.93%
BLUE value IS 200 (78.52% from 255) = 33.44%
R=38.63%
G=27.93%
B=33.44%

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
Decimal23116720000.280.130.09329.0657.1478.04
HexE7A7C801CD9149394e
Octal347247310034151151171116
Binary111001111010011111001000011100110110011010010011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A7C8; }

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

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

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

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

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

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

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

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