#E392BE

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

Shades of Shocking #E392BE

Tints of Shocking #E392BE

Color information

#E392BE (or 0xE392BE) is unknown color: approx Shocking. HEX triplet: E3, 92 and BE. RGB value is (227,146,190). Sum of RGB (Red+Green+Blue) = 227+146+190=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E392BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392BE is #1C6D41. Grayscale: #AFAFAF. Windows color (decimal): -1862978 or 12489443. OLE color: 12489443.

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

Color convert

RGB227146190-
CMYK00.360.160.11
HSL327.41º59.12%73.14%-
HSV(B)327.41º35.68%89.02%-
XYZ51.2540.6153.85-
YUV175.24136.34164.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.32%
GREEN value IS 146 (57.42% from 255) = 25.93%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=40.32%
G=25.93%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714619000.360.160.11327.4159.1273.14
HexE392BE02410B1473b49
Octal343222276044201350773111
Binary11100011100100101011111001001001000010111010001111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E392BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E392BE; }

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

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

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

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

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

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

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

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