#E794BA

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

Shades of Shocking #E794BA

Tints of Shocking #E794BA

Color information

#E794BA (or 0xE794BA) is unknown color: approx Shocking. HEX triplet: E7, 94 and BA. RGB value is (231,148,186). Sum of RGB (Red+Green+Blue) = 231+148+186=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E794BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794BA is #186B45. Grayscale: #B1B1B1. Windows color (decimal): -1600326 or 12227815. OLE color: 12227815.

HSL color Cylindrical-coordinate representation of color #E794BA: hue angle of 332.53º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E794BA is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231148186-
CMYK00.360.190.09
HSL332.53º63.36%74.31%-
HSV(B)332.53º35.93%90.59%-
XYZ52.4141.7151.74-
YUV177.15133166.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.88%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=40.88%
G=26.19%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114818600.360.190.09332.5363.3674.31
HexE794BA02413914d3f4a
Octal347224272044231151577112
Binary11100111100101001011101001001001001110011010011011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E794BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E794BA; }

 p { color: rgb(231,148,186); }

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

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

 a { background-color: rgb(231,148,186); }

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

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

 span { border-color: rgb(231,148,186); }

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