#E697CE

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

Shades of Shocking #E697CE

Tints of Shocking #E697CE

Color information

#E697CE (or 0xE697CE) is unknown color: approx Shocking. HEX triplet: E6, 97 and CE. RGB value is (230,151,206). Sum of RGB (Red+Green+Blue) = 230+151+206=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E697CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697CE is #196831. Grayscale: #B4B4B4. Windows color (decimal): -1665074 or 13539302. OLE color: 13539302.

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

Color convert

RGB230151206-
CMYK00.340.100.10
HSL318.23º61.24%74.71%-
HSV(B)318.23º34.35%90.2%-
XYZ54.8443.4163.88-
YUV180.89142.17163.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.18%
GREEN value IS 151 (59.38% from 255) = 25.72%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=39.18%
G=25.72%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015120600.340.100.10318.2361.2474.71
HexE697CE022AA13e3d4b
Octal346227316042121247675113
Binary1110011010010111110011100100010101010101001111101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E697CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E697CE; }

 p { color: rgb(230,151,206); }

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

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

 a { background-color: rgb(230,151,206); }

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

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

 span { border-color: rgb(230,151,206); }

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