#E194B9

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

Shades of Shocking #E194B9

Tints of Shocking #E194B9

Color information

#E194B9 (or 0xE194B9) is unknown color: approx Shocking. HEX triplet: E1, 94 and B9. RGB value is (225,148,185). Sum of RGB (Red+Green+Blue) = 225+148+185=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E194B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194B9 is #1E6B46. Grayscale: #AFAFAF. Windows color (decimal): -1993543 or 12162273. OLE color: 12162273.

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

Color convert

RGB225148185-
CMYK00.340.180.12
HSL331.17º56.2%73.14%-
HSV(B)331.17º34.22%88.24%-
XYZ50.440.6951.1-
YUV175.24133.51163.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.32%
GREEN value IS 148 (58.20% from 255) = 26.52%
BLUE value IS 185 (72.66% from 255) = 33.15%
R=40.32%
G=26.52%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514818500.340.180.12331.1756.273.14
HexE194B902212C14b3849
Octal341224271042221451370111
Binary11100001100101001011100101000101001011001010010111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E194B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E194B9; }

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

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

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

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

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

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

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

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