#E7A8C8

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

Shades of Shocking #E7A8C8

Tints of Shocking #E7A8C8

Color information

#E7A8C8 (or 0xE7A8C8) is unknown color: approx Shocking. HEX triplet: E7, A8 and C8. RGB value is (231,168,200). Sum of RGB (Red+Green+Blue) = 231+168+200=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8C8 is #185737. Grayscale: #BEBEBE. Windows color (decimal): -1595192 or 13150439. OLE color: 13150439.

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

Color convert

RGB231168200-
CMYK00.270.130.09
HSL329.52º56.76%78.24%-
HSV(B)329.52º27.27%90.59%-
XYZ57.3849.1661.11-
YUV190.48133.37156.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.56%
GREEN value IS 168 (66.02% from 255) = 28.05%
BLUE value IS 200 (78.52% from 255) = 33.39%
R=38.56%
G=28.05%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116820000.270.130.09329.5256.7678.24
HexE7A8C801BD914a394e
Octal347250310033151151271116
Binary111001111010100011001000011011110110011010010101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A8C8; }

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

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

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

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

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

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

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

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