#E194C6

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

Shades of Shocking #E194C6

Tints of Shocking #E194C6

Color information

#E194C6 (or 0xE194C6) is unknown color: approx Shocking. HEX triplet: E1, 94 and C6. RGB value is (225,148,198). Sum of RGB (Red+Green+Blue) = 225+148+198=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E194C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194C6 is #1E6B39. Grayscale: #B0B0B0. Windows color (decimal): -1993530 or 13014241. OLE color: 13014241.

HSL color Cylindrical-coordinate representation of color #E194C6: hue angle of 321.04º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E194C6 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB225148198-
CMYK00.340.120.12
HSL321.04º56.2%73.14%-
HSV(B)321.04º34.22%88.24%-
XYZ51.8341.2658.66-
YUV176.72140.01162.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.40%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 198 (77.73% from 255) = 34.68%
R=39.40%
G=25.92%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514819800.340.120.12321.0456.273.14
HexE194C6022CC1413849
Octal341224306042141450170111
Binary1110000110010100110001100100010110011001010000011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E194C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E194C6; }

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

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

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

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

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

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

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

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