#E794C4

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

Shades of Shocking #E794C4

Tints of Shocking #E794C4

Color information

#E794C4 (or 0xE794C4) is unknown color: approx Shocking. HEX triplet: E7, 94 and C4. RGB value is (231,148,196). Sum of RGB (Red+Green+Blue) = 231+148+196=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E794C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794C4 is #186B3B. Grayscale: #B2B2B2. Windows color (decimal): -1600316 or 12883175. OLE color: 12883175.

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

Color convert

RGB231148196-
CMYK00.360.150.09
HSL325.3º63.36%74.31%-
HSV(B)325.3º35.93%90.59%-
XYZ53.5142.1557.54-
YUV178.29138165.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.17%
GREEN value IS 148 (58.20% from 255) = 25.74%
BLUE value IS 196 (76.95% from 255) = 34.09%
R=40.17%
G=25.74%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114819600.360.150.09325.363.3674.31
HexE794C4024F91453f4a
Octal347224304044171150577112
Binary1110011110010100110001000100100111110011010001011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E794C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E794C4; }

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

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

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

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

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

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

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

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