#E392BA

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

Shades of Shocking #E392BA

Tints of Shocking #E392BA

Color information

#E392BA (or 0xE392BA) is unknown color: approx Shocking. HEX triplet: E3, 92 and BA. RGB value is (227,146,186). Sum of RGB (Red+Green+Blue) = 227+146+186=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E392BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392BA is #1C6D45. Grayscale: #AEAEAE. Windows color (decimal): -1862982 or 12227299. OLE color: 12227299.

HSL color Cylindrical-coordinate representation of color #E392BA: hue angle of 330.37º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E392BA is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB227146186-
CMYK00.360.180.11
HSL330.37º59.12%73.14%-
HSV(B)330.37º35.68%89.02%-
XYZ50.8240.4351.58-
YUV174.78134.34165.25-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.61%
GREEN value IS 146 (57.42% from 255) = 26.12%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=40.61%
G=26.12%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714618600.360.180.11330.3759.1273.14
HexE392BA02412B14a3b49
Octal343222272044221351273111
Binary11100011100100101011101001001001001010111010010101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E392BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E392BA; }

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

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

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

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

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

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

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

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