#E396C0

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

Shades of Shocking #E396C0

Tints of Shocking #E396C0

Color information

#E396C0 (or 0xE396C0) is unknown color: approx Shocking. HEX triplet: E3, 96 and C0. RGB value is (227,150,192). Sum of RGB (Red+Green+Blue) = 227+150+192=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E396C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E396C0 is #1C693F. Grayscale: #B1B1B1. Windows color (decimal): -1861952 or 12621539. OLE color: 12621539.

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

Color convert

RGB227150192-
CMYK00.340.150.11
HSL327.27º57.89%73.92%-
HSV(B)327.27º33.92%89.02%-
XYZ52.141.9555.22-
YUV177.81136.01163.08-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.89%
GREEN value IS 150 (58.98% from 255) = 26.36%
BLUE value IS 192 (75.39% from 255) = 33.74%
R=39.89%
G=26.36%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715019200.340.150.11327.2757.8973.92
HexE396C0022FB1473a4a
Octal343226300042171350772112
Binary1110001110010110110000000100010111110111010001111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E396C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E396C0; }

 p { color: rgb(227,150,192); }

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

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

 a { background-color: rgb(227,150,192); }

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

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

 span { border-color: rgb(227,150,192); }

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