#E695C6

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

Shades of Shocking #E695C6

Tints of Shocking #E695C6

Color information

#E695C6 (or 0xE695C6) is unknown color: approx Shocking. HEX triplet: E6, 95 and C6. RGB value is (230,149,198). Sum of RGB (Red+Green+Blue) = 230+149+198=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E695C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695C6 is #196A39. Grayscale: #B2B2B2. Windows color (decimal): -1665594 or 13014502. OLE color: 13014502.

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

Color convert

RGB230149198-
CMYK00.350.140.10
HSL323.7º61.83%74.31%-
HSV(B)323.7º35.22%90.2%-
XYZ53.5742.458.79-
YUV178.8138.84164.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.86%
GREEN value IS 149 (58.59% from 255) = 25.82%
BLUE value IS 198 (77.73% from 255) = 34.32%
R=39.86%
G=25.82%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014919800.350.140.10323.761.8374.31
HexE695C6023EA1443e4a
Octal346225306043161250476112
Binary1110011010010101110001100100011111010101010001001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695C6; }

 p { color: rgb(230,149,198); }

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

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

 a { background-color: rgb(230,149,198); }

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

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

 span { border-color: rgb(230,149,198); }

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