#E194C7

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

Shades of Shocking #E194C7

Tints of Shocking #E194C7

Color information

#E194C7 (or 0xE194C7) is unknown color: approx Shocking. HEX triplet: E1, 94 and C7. RGB value is (225,148,199). Sum of RGB (Red+Green+Blue) = 225+148+199=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E194C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194C7 is #1E6B38. Grayscale: #B0B0B0. Windows color (decimal): -1993529 or 13079777. OLE color: 13079777.

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

Color convert

RGB225148199-
CMYK00.340.120.12
HSL320.26º56.2%73.14%-
HSV(B)320.26º34.22%88.24%-
XYZ51.9541.3159.27-
YUV176.84140.51162.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.34%
GREEN value IS 148 (58.20% from 255) = 25.87%
BLUE value IS 199 (78.12% from 255) = 34.79%
R=39.34%
G=25.87%
B=34.79%

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
Decimal22514819900.340.120.12320.2656.273.14
HexE194C7022CC1403849
Octal341224307042141450070111
Binary1110000110010100110001110100010110011001010000001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E194C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E194C7; }

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

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

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

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

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

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

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

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