#E695C5

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

Shades of Shocking #E695C5

Tints of Shocking #E695C5

Color information

#E695C5 (or 0xE695C5) is unknown color: approx Shocking. HEX triplet: E6, 95 and C5. RGB value is (230,149,197). Sum of RGB (Red+Green+Blue) = 230+149+197=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E695C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695C5 is #196A3A. Grayscale: #B2B2B2. Windows color (decimal): -1665595 or 12948966. OLE color: 12948966.

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

Color convert

RGB230149197-
CMYK00.350.140.10
HSL324.44º61.83%74.31%-
HSV(B)324.44º35.22%90.2%-
XYZ53.4642.3558.18-
YUV178.69138.34164.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.93%
GREEN value IS 149 (58.59% from 255) = 25.87%
BLUE value IS 197 (77.34% from 255) = 34.20%
R=39.93%
G=25.87%
B=34.20%

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
Decimal23014919700.350.140.10324.4461.8374.31
HexE695C5023EA1443e4a
Octal346225305043161250476112
Binary1110011010010101110001010100011111010101010001001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695C5; }

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

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

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

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

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

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

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

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