#E393BA

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

Shades of Shocking #E393BA

Tints of Shocking #E393BA

Color information

#E393BA (or 0xE393BA) is unknown color: approx Shocking. HEX triplet: E3, 93 and BA. RGB value is (227,147,186). Sum of RGB (Red+Green+Blue) = 227+147+186=560 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.54% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 227 - color contains mainly: red. Hex color #E393BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E393BA is #1C6C45. Grayscale: #AFAFAF. Windows color (decimal): -1862726 or 12227555. OLE color: 12227555.

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

Color convert

RGB227147186-
CMYK00.350.180.11
HSL330.75º58.82%73.33%-
HSV(B)330.75º35.24%89.02%-
XYZ50.9840.7451.63-
YUV175.37134164.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.54%
GREEN value IS 147 (57.81% from 255) = 26.25%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=40.54%
G=26.25%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714718600.350.180.11330.7558.8273.33
HexE393BA02312B14b3b49
Octal343223272043221351373111
Binary11100011100100111011101001000111001010111010010111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E393BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E393BA; }

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

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

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

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

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

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

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

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