#E395CE

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

Shades of Shocking #E395CE

Tints of Shocking #E395CE

Color information

#E395CE (or 0xE395CE) is unknown color: approx Shocking. HEX triplet: E3, 95 and CE. RGB value is (227,149,206). Sum of RGB (Red+Green+Blue) = 227+149+206=582 (77% of max value = 765). Red value is 227 (89.06% from 255 or 39.00% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 227 - color contains mainly: red. Hex color #E395CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395CE is #1C6A31. Grayscale: #B2B2B2. Windows color (decimal): -1862194 or 13538787. OLE color: 13538787.

HSL color Cylindrical-coordinate representation of color #E395CE: hue angle of 316.15º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E395CE is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB227149206-
CMYK00.340.090.11
HSL316.15º58.21%73.73%-
HSV(B)316.15º34.36%89.02%-
XYZ53.5742.2863.73-
YUV178.82143.34162.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.00%
GREEN value IS 149 (58.59% from 255) = 25.60%
BLUE value IS 206 (80.86% from 255) = 35.40%
R=39.00%
G=25.60%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714920600.340.090.11316.1558.2173.73
HexE395CE0229B13c3a4a
Octal343225316042111347472112
Binary1110001110010101110011100100010100110111001111001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E395CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E395CE; }

 p { color: rgb(227,149,206); }

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

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

 a { background-color: rgb(227,149,206); }

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

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

 span { border-color: rgb(227,149,206); }

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