#E193BC

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

Shades of Shocking #E193BC

Tints of Shocking #E193BC

Color information

#E193BC (or 0xE193BC) is unknown color: approx Shocking. HEX triplet: E1, 93 and BC. RGB value is (225,147,188). Sum of RGB (Red+Green+Blue) = 225+147+188=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E193BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193BC is #1E6C43. Grayscale: #AEAEAE. Windows color (decimal): -1993796 or 12358625. OLE color: 12358625.

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

Color convert

RGB225147188-
CMYK00.350.160.12
HSL328.46º56.52%72.94%-
HSV(B)328.46º34.67%88.24%-
XYZ50.5640.5152.73-
YUV175135.34163.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.18%
GREEN value IS 147 (57.81% from 255) = 26.25%
BLUE value IS 188 (73.83% from 255) = 33.57%
R=40.18%
G=26.25%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514718800.350.160.12328.4656.5272.94
HexE193BC02310C1483949
Octal341223274043201451071111
Binary11100001100100111011110001000111000011001010010001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E193BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E193BC; }

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

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

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

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

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

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

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

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