#E697CA

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

Shades of Shocking #E697CA

Tints of Shocking #E697CA

Color information

#E697CA (or 0xE697CA) is unknown color: approx Shocking. HEX triplet: E6, 97 and CA. RGB value is (230,151,202). Sum of RGB (Red+Green+Blue) = 230+151+202=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E697CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697CA is #196835. Grayscale: #B4B4B4. Windows color (decimal): -1665078 or 13277158. OLE color: 13277158.

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

Color convert

RGB230151202-
CMYK00.340.120.10
HSL321.27º61.24%74.71%-
HSV(B)321.27º34.35%90.2%-
XYZ54.3643.2261.35-
YUV180.43140.17163.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.45%
GREEN value IS 151 (59.38% from 255) = 25.90%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=39.45%
G=25.90%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015120200.340.120.10321.2761.2474.71
HexE697CA022CA1413d4b
Octal346227312042141250175113
Binary1110011010010111110010100100010110010101010000011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E697CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E697CA; }

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

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

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

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

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

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

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

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