#E695C4

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

Shades of Shocking #E695C4

Tints of Shocking #E695C4

Color information

#E695C4 (or 0xE695C4) is unknown color: approx Shocking. HEX triplet: E6, 95 and C4. RGB value is (230,149,196). Sum of RGB (Red+Green+Blue) = 230+149+196=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E695C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695C4 is #196A3B. Grayscale: #B2B2B2. Windows color (decimal): -1665596 or 12883430. OLE color: 12883430.

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

Color convert

RGB230149196-
CMYK00.350.150.10
HSL325.19º61.83%74.31%-
HSV(B)325.19º35.22%90.2%-
XYZ53.3442.357.58-
YUV178.58137.84164.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40%
GREEN value IS 149 (58.59% from 255) = 25.91%
BLUE value IS 196 (76.95% from 255) = 34.09%
R=40%
G=25.91%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014919600.350.150.10325.1961.8374.31
HexE695C4023FA1453e4a
Octal346225304043171250576112
Binary1110011010010101110001000100011111110101010001011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695C4; }

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

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

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

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

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

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

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

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