#E7A9CB

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

Shades of Shocking #E7A9CB

Tints of Shocking #E7A9CB

Color information

#E7A9CB (or 0xE7A9CB) is unknown color: approx Shocking. HEX triplet: E7, A9 and CB. RGB value is (231,169,203). Sum of RGB (Red+Green+Blue) = 231+169+203=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 169 (66.41% from 255 or 28.03% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A9CB is #185634. Grayscale: #BFBFBF. Windows color (decimal): -1594933 or 13347303. OLE color: 13347303.

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

Color convert

RGB231169203-
CMYK00.270.120.09
HSL327.1º56.36%78.43%-
HSV(B)327.1º26.84%90.59%-
XYZ57.9249.6863.04-
YUV191.41134.54156.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.31%
GREEN value IS 169 (66.41% from 255) = 28.03%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=38.31%
G=28.03%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116920300.270.120.09327.156.3678.43
HexE7A9CB01BC9147384e
Octal347251313033141150770116
Binary111001111010100111001011011011110010011010001111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A9CB; }

 p { color: rgb(231,169,203); }

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

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

 a { background-color: rgb(231,169,203); }

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

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

 span { border-color: rgb(231,169,203); }

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