#E794BD

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

Shades of Shocking #E794BD

Tints of Shocking #E794BD

Color information

#E794BD (or 0xE794BD) is unknown color: approx Shocking. HEX triplet: E7, 94 and BD. RGB value is (231,148,189). Sum of RGB (Red+Green+Blue) = 231+148+189=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E794BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794BD is #186B42. Grayscale: #B1B1B1. Windows color (decimal): -1600323 or 12424423. OLE color: 12424423.

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

Color convert

RGB231148189-
CMYK00.360.180.09
HSL330.36º63.36%74.31%-
HSV(B)330.36º35.93%90.59%-
XYZ52.7341.8453.44-
YUV177.49134.5166.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.67%
GREEN value IS 148 (58.20% from 255) = 26.06%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=40.67%
G=26.06%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114818900.360.180.09330.3663.3674.31
HexE794BD02412914a3f4a
Octal347224275044221151277112
Binary11100111100101001011110101001001001010011010010101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E794BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E794BD; }

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

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

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

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

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

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

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

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