#E390BE

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

Shades of Shocking #E390BE

Tints of Shocking #E390BE

Color information

#E390BE (or 0xE390BE) is unknown color: approx Shocking. HEX triplet: E3, 90 and BE. RGB value is (227,144,190). Sum of RGB (Red+Green+Blue) = 227+144+190=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 227 - color contains mainly: red. Hex color #E390BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390BE is #1C6F41. Grayscale: #ADADAD. Windows color (decimal): -1863490 or 12488931. OLE color: 12488931.

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

Color convert

RGB227144190-
CMYK00.370.160.11
HSL326.75º59.71%72.75%-
HSV(B)326.75º36.56%89.02%-
XYZ50.954053.75-
YUV174.06137165.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.46%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=40.46%
G=25.67%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714419000.370.160.11326.7559.7172.75
HexE390BE02510B1473c49
Octal343220276045201350774111
Binary11100011100100001011111001001011000010111010001111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E390BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E390BE; }

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

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

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

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

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

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

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

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