#E193BA

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

Shades of Shocking #E193BA

Tints of Shocking #E193BA

Color information

#E193BA (or 0xE193BA) is unknown color: approx Shocking. HEX triplet: E1, 93 and BA. RGB value is (225,147,186). Sum of RGB (Red+Green+Blue) = 225+147+186=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E193BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193BA is #1E6C45. Grayscale: #AEAEAE. Windows color (decimal): -1993798 or 12227553. OLE color: 12227553.

HSL color Cylindrical-coordinate representation of color #E193BA: hue angle of 330º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E193BA is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB225147186-
CMYK00.350.170.12
HSL330º56.52%72.94%-
HSV(B)330º34.67%88.24%-
XYZ50.3540.4251.6-
YUV174.77134.34163.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.32%
GREEN value IS 147 (57.81% from 255) = 26.34%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=40.32%
G=26.34%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514718600.350.170.1233056.5272.94
HexE193BA02311C14a3949
Octal341223272043211451271111
Binary11100001100100111011101001000111000111001010010101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E193BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E193BA; }

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

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

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

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

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

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

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

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