#E7A0CB

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

Shades of Shocking #E7A0CB

Tints of Shocking #E7A0CB

Color information

#E7A0CB (or 0xE7A0CB) is unknown color: approx Shocking. HEX triplet: E7, A0 and CB. RGB value is (231,160,203). Sum of RGB (Red+Green+Blue) = 231+160+203=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A0CB is #185F34. Grayscale: #BABABA. Windows color (decimal): -1597237 or 13344999. OLE color: 13344999.

HSL color Cylindrical-coordinate representation of color #E7A0CB: hue angle of 323.66º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7A0CB is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB231160203-
CMYK00.310.120.09
HSL323.66º59.66%76.67%-
HSV(B)323.66º30.74%90.59%-
XYZ56.3146.4462.5-
YUV186.13137.52160-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.89%
GREEN value IS 160 (62.89% from 255) = 26.94%
BLUE value IS 203 (79.69% from 255) = 34.18%
R=38.89%
G=26.94%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116020300.310.120.09323.6659.6676.67
HexE7A0CB01FC91443c4d
Octal347240313037141150474115
Binary111001111010000011001011011111110010011010001001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A0CB; }

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

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

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

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

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

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

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

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