#E695C2

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

Shades of Shocking #E695C2

Tints of Shocking #E695C2

Color information

#E695C2 (or 0xE695C2) is unknown color: approx Shocking. HEX triplet: E6, 95 and C2. RGB value is (230,149,194). Sum of RGB (Red+Green+Blue) = 230+149+194=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E695C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695C2 is #196A3D. Grayscale: #B2B2B2. Windows color (decimal): -1665598 or 12752358. OLE color: 12752358.

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

Color convert

RGB230149194-
CMYK00.350.160.10
HSL326.67º61.83%74.31%-
HSV(B)326.67º35.22%90.2%-
XYZ53.1242.2156.39-
YUV178.35136.84164.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.14%
GREEN value IS 149 (58.59% from 255) = 26.00%
BLUE value IS 194 (76.17% from 255) = 33.86%
R=40.14%
G=26.00%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014919400.350.160.10326.6761.8374.31
HexE695C202310A1473e4a
Octal346225302043201250776112
Binary11100110100101011100001001000111000010101010001111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695C2; }

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

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

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

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

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

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

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

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