#E193BB

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

Shades of Shocking #E193BB

Tints of Shocking #E193BB

Color information

#E193BB (or 0xE193BB) is unknown color: approx Shocking. HEX triplet: E1, 93 and BB. RGB value is (225,147,187). Sum of RGB (Red+Green+Blue) = 225+147+187=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E193BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193BB is #1E6C44. Grayscale: #AEAEAE. Windows color (decimal): -1993797 or 12293089. OLE color: 12293089.

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

Color convert

RGB225147187-
CMYK00.350.170.12
HSL329.23º56.52%72.94%-
HSV(B)329.23º34.67%88.24%-
XYZ50.4540.4652.16-
YUV174.88134.84163.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.25%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=40.25%
G=26.30%
B=33.45%

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
Decimal22514718700.350.170.12329.2356.5272.94
HexE193BB02311C1493949
Octal341223273043211451171111
Binary11100001100100111011101101000111000111001010010011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E193BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E193BB; }

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

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

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

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

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

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

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

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