#E396B5

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

Shades of Shocking #E396B5

Tints of Shocking #E396B5

Color information

#E396B5 (or 0xE396B5) is unknown color: approx Shocking. HEX triplet: E3, 96 and B5. RGB value is (227,150,181). Sum of RGB (Red+Green+Blue) = 227+150+181=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 227 - color contains mainly: red. Hex color #E396B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E396B5 is #1C694A. Grayscale: #B0B0B0. Windows color (decimal): -1861963 or 11900643. OLE color: 11900643.

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

Color convert

RGB227150181-
CMYK00.340.200.11
HSL335.84º57.89%73.92%-
HSV(B)335.84º33.92%89.02%-
XYZ50.9341.4849.04-
YUV176.56130.51163.98-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.68%
GREEN value IS 150 (58.98% from 255) = 26.88%
BLUE value IS 181 (71.09% from 255) = 32.44%
R=40.68%
G=26.88%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715018100.340.200.11335.8457.8973.92
HexE396B502214B1503a4a
Octal343226265042241352072112
Binary11100011100101101011010101000101010010111010100001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E396B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E396B5; }

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

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

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

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

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

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

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

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