#E695C1

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

Shades of Shocking #E695C1

Tints of Shocking #E695C1

Color information

#E695C1 (or 0xE695C1) is unknown color: approx Shocking. HEX triplet: E6, 95 and C1. RGB value is (230,149,193). Sum of RGB (Red+Green+Blue) = 230+149+193=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E695C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695C1 is #196A3E. Grayscale: #B2B2B2. Windows color (decimal): -1665599 or 12686822. OLE color: 12686822.

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

Color convert

RGB230149193-
CMYK00.350.160.10
HSL327.41º61.83%74.31%-
HSV(B)327.41º35.22%90.2%-
XYZ53.0142.1755.8-
YUV178.24136.34164.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.21%
GREEN value IS 149 (58.59% from 255) = 26.05%
BLUE value IS 193 (75.78% from 255) = 33.74%
R=40.21%
G=26.05%
B=33.74%

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
Decimal23014919300.350.160.10327.4161.8374.31
HexE695C102310A1473e4a
Octal346225301043201250776112
Binary11100110100101011100000101000111000010101010001111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E695C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E695C1; }

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

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

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

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

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

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

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

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