#E7A7CB

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

Shades of Shocking #E7A7CB

Tints of Shocking #E7A7CB

Color information

#E7A7CB (or 0xE7A7CB) is unknown color: approx Shocking. HEX triplet: E7, A7 and CB. RGB value is (231,167,203). Sum of RGB (Red+Green+Blue) = 231+167+203=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 167 (65.62% from 255 or 27.79% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A7CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A7CB is #185834. Grayscale: #BEBEBE. Windows color (decimal): -1595445 or 13346791. OLE color: 13346791.

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

Color convert

RGB231167203-
CMYK00.280.120.09
HSL326.25º57.14%78.04%-
HSV(B)326.25º27.71%90.59%-
XYZ57.5548.9462.91-
YUV190.24135.2157.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.44%
GREEN value IS 167 (65.62% from 255) = 27.79%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=38.44%
G=27.79%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116720300.280.120.09326.2557.1478.04
HexE7A7CB01CC9146394e
Octal347247313034141150671116
Binary111001111010011111001011011100110010011010001101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A7CB; }

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

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

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

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

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

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

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

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