#E193B9

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

Shades of Shocking #E193B9

Tints of Shocking #E193B9

Color information

#E193B9 (or 0xE193B9) is unknown color: approx Shocking. HEX triplet: E1, 93 and B9. RGB value is (225,147,185). Sum of RGB (Red+Green+Blue) = 225+147+185=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E193B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193B9 is #1E6C46. Grayscale: #AEAEAE. Windows color (decimal): -1993799 or 12162017. OLE color: 12162017.

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

Color convert

RGB225147185-
CMYK00.350.180.12
HSL330.77º56.52%72.94%-
HSV(B)330.77º34.67%88.24%-
XYZ50.2440.3851.04-
YUV174.65133.84163.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.39%
GREEN value IS 147 (57.81% from 255) = 26.39%
BLUE value IS 185 (72.66% from 255) = 33.21%
R=40.39%
G=26.39%
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.12
SystemRedGreenBlueCMYKHSL
Decimal22514718500.350.180.12330.7756.5272.94
HexE193B902312C14b3949
Octal341223271043221451371111
Binary11100001100100111011100101000111001011001010010111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E193B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E193B9; }

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

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

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

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

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

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

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

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