#E194C5

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

Shades of Shocking #E194C5

Tints of Shocking #E194C5

Color information

#E194C5 (or 0xE194C5) is unknown color: approx Shocking. HEX triplet: E1, 94 and C5. RGB value is (225,148,197). Sum of RGB (Red+Green+Blue) = 225+148+197=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E194C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194C5 is #1E6B3A. Grayscale: #B0B0B0. Windows color (decimal): -1993531 or 12948705. OLE color: 12948705.

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

Color convert

RGB225148197-
CMYK00.340.120.12
HSL321.82º56.2%73.14%-
HSV(B)321.82º34.22%88.24%-
XYZ51.7241.2258.05-
YUV176.61139.51162.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.47%
GREEN value IS 148 (58.20% from 255) = 25.96%
BLUE value IS 197 (77.34% from 255) = 34.56%
R=39.47%
G=25.96%
B=34.56%

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
Decimal22514819700.340.120.12321.8256.273.14
HexE194C5022CC1423849
Octal341224305042141450270111
Binary1110000110010100110001010100010110011001010000101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E194C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E194C5; }

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

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

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

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

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

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

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

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