#E193C6

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

Shades of Shocking #E193C6

Tints of Shocking #E193C6

Color information

#E193C6 (or 0xE193C6) is unknown color: approx Shocking. HEX triplet: E1, 93 and C6. RGB value is (225,147,198). Sum of RGB (Red+Green+Blue) = 225+147+198=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E193C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193C6 is #1E6C39. Grayscale: #B0B0B0. Windows color (decimal): -1993786 or 13013985. OLE color: 13013985.

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

Color convert

RGB225147198-
CMYK00.350.120.12
HSL320.77º56.52%72.94%-
HSV(B)320.77º34.67%88.24%-
XYZ51.6840.9558.61-
YUV176.14140.34162.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.47%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 198 (77.73% from 255) = 34.74%
R=39.47%
G=25.79%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514719800.350.120.12320.7756.5272.94
HexE193C6023CC1413949
Octal341223306043141450171111
Binary1110000110010011110001100100011110011001010000011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E193C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E193C6; }

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

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

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

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

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

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

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

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