#E193C8

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

Shades of Shocking #E193C8

Tints of Shocking #E193C8

Color information

#E193C8 (or 0xE193C8) is unknown color: approx Shocking. HEX triplet: E1, 93 and C8. RGB value is (225,147,200). Sum of RGB (Red+Green+Blue) = 225+147+200=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E193C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193C8 is #1E6C37. Grayscale: #B0B0B0. Windows color (decimal): -1993784 or 13145057. OLE color: 13145057.

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

Color convert

RGB225147200-
CMYK00.350.110.12
HSL319.23º56.52%72.94%-
HSV(B)319.23º34.67%88.24%-
XYZ51.9141.0559.83-
YUV176.36141.34162.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.34%
GREEN value IS 147 (57.81% from 255) = 25.70%
BLUE value IS 200 (78.52% from 255) = 34.97%
R=39.34%
G=25.70%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514720000.350.110.12319.2356.5272.94
HexE193C8023BC13f3949
Octal341223310043131447771111
Binary1110000110010011110010000100011101111001001111111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E193C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E193C8; }

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

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

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

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

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

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

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

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