#E393BD

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

Shades of Shocking #E393BD

Tints of Shocking #E393BD

Color information

#E393BD (or 0xE393BD) is unknown color: approx Shocking. HEX triplet: E3, 93 and BD. RGB value is (227,147,189). Sum of RGB (Red+Green+Blue) = 227+147+189=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E393BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E393BD is #1C6C42. Grayscale: #AFAFAF. Windows color (decimal): -1862723 or 12424163. OLE color: 12424163.

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

Color convert

RGB227147189-
CMYK00.350.170.11
HSL328.5º58.82%73.33%-
HSV(B)328.5º35.24%89.02%-
XYZ51.340.8753.33-
YUV175.71135.5164.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.32%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=40.32%
G=26.11%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714718900.350.170.11328.558.8273.33
HexE393BD02311B1483b49
Octal343223275043211351073111
Binary11100011100100111011110101000111000110111010010001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E393BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E393BD; }

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

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

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

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

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

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

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

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