#e696bf

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

Shades of Shocking #E696BF

Tints of Shocking #E696BF

Color information

#E696BF (or 0xE696BF) is unknown color: approx Shocking. HEX triplet: E6, 96 and BF. RGB value is (230,150,191). Sum of RGB (Red+Green+Blue) = 230+150+191=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E696BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696BF is #196940. Grayscale: #B2B2B2. Windows color (decimal): -1665345 or 12556006. OLE color: 12556006.

HSL color Cylindrical-coordinate representation of color #E696BF: hue angle of 329.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E696BF is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB230150191-
CMYK00.350.170.10
HSL329.25º61.54%74.51%-
HSV(B)329.25º34.78%90.2%-
XYZ52.9442.454.68-
YUV178.59135164.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 191 (75% from 255) = 33.45%
R=40.28%
G=26.27%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015019100.350.170.10329.2561.5474.51
HexE696BF02311A1493e4b
Octal346226277043211251176113
Binary11100110100101101011111101000111000110101010010011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e696bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e696bf; }

 p { color: rgb(230,150,191); }

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

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

 a { background-color: rgb(230,150,191); }

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

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

 span { border-color: rgb(230,150,191); }

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