#E390B6

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

Shades of Shocking #E390B6

Tints of Shocking #E390B6

Color information

#E390B6 (or 0xE390B6) is unknown color: approx Shocking. HEX triplet: E3, 90 and B6. RGB value is (227,144,182). Sum of RGB (Red+Green+Blue) = 227+144+182=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E390B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390B6 is #1C6F49. Grayscale: #ADADAD. Windows color (decimal): -1863498 or 11964643. OLE color: 11964643.

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

Color convert

RGB227144182-
CMYK00.370.200.11
HSL332.53º59.71%72.75%-
HSV(B)332.53º36.56%89.02%-
XYZ50.139.6549.27-
YUV173.15133166.41-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.05%
GREEN value IS 144 (56.64% from 255) = 26.04%
BLUE value IS 182 (71.48% from 255) = 32.91%
R=41.05%
G=26.04%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714418200.370.200.11332.5359.7172.75
HexE390B602514B14d3c49
Octal343220266045241351574111
Binary11100011100100001011011001001011010010111010011011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E390B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E390B6; }

 p { color: rgb(227,144,182); }

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

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

 a { background-color: rgb(227,144,182); }

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

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

 span { border-color: rgb(227,144,182); }

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