#E696CF

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

Shades of Shocking #E696CF

Tints of Shocking #E696CF

Color information

#E696CF (or 0xE696CF) is unknown color: approx Shocking. HEX triplet: E6, 96 and CF. RGB value is (230,150,207). Sum of RGB (Red+Green+Blue) = 230+150+207=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E696CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696CF is #196930. Grayscale: #B4B4B4. Windows color (decimal): -1665329 or 13604582. OLE color: 13604582.

HSL color Cylindrical-coordinate representation of color #E696CF: hue angle of 317.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 #E696CF is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB230150207-
CMYK00.350.100.10
HSL317.25º61.54%74.51%-
HSV(B)317.25º34.78%90.2%-
XYZ54.843.1464.47-
YUV180.42143163.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.18%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=39.18%
G=25.55%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015020700.350.100.10317.2561.5474.51
HexE696CF023AA13d3e4b
Octal346226317043121247576113
Binary1110011010010110110011110100011101010101001111011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E696CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E696CF; }

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

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

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

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

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

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

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

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