#E994C6

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

Shades of Shocking #E994C6

Tints of Shocking #E994C6

Color information

#E994C6 (or 0xE994C6) is unknown color: approx Shocking. HEX triplet: E9, 94 and C6. RGB value is (233,148,198). Sum of RGB (Red+Green+Blue) = 233+148+198=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 233 - color contains mainly: red. Hex color #E994C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E994C6 is #166B39. Grayscale: #B2B2B2. Windows color (decimal): -1469242 or 13014249. OLE color: 13014249.

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

Color convert

RGB233148198-
CMYK00.360.150.09
HSL324.71º65.89%74.71%-
HSV(B)324.71º36.48%91.37%-
XYZ54.3942.5858.78-
YUV179.12138.66166.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.24%
GREEN value IS 148 (58.20% from 255) = 25.56%
BLUE value IS 198 (77.73% from 255) = 34.20%
R=40.24%
G=25.56%
B=34.20%

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
Decimal23314819800.360.150.09324.7165.8974.71
HexE994C6024F9145424b
Octal3512243060441711505102113
Binary11101001100101001100011001001001111100110100010110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E994C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E994C6; }

 p { color: rgb(233,148,198); }

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

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

 a { background-color: rgb(233,148,198); }

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

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

 span { border-color: rgb(233,148,198); }

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