#E396BA

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

Shades of Shocking #E396BA

Tints of Shocking #E396BA

Color information

#E396BA (or 0xE396BA) is unknown color: approx Shocking. HEX triplet: E3, 96 and BA. RGB value is (227,150,186). Sum of RGB (Red+Green+Blue) = 227+150+186=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E396BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E396BA is #1C6945. Grayscale: #B1B1B1. Windows color (decimal): -1861958 or 12228323. OLE color: 12228323.

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

Color convert

RGB227150186-
CMYK00.340.180.11
HSL331.95º57.89%73.92%-
HSV(B)331.95º33.92%89.02%-
XYZ51.4541.6951.79-
YUV177.13133.01163.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.32%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=40.32%
G=26.64%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715018600.340.180.11331.9557.8973.92
HexE396BA02212B14c3a4a
Octal343226272042221351472112
Binary11100011100101101011101001000101001010111010011001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E396BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E396BA; }

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

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

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

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

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

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

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

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