#E994C3

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

Shades of Shocking #E994C3

Tints of Shocking #E994C3

Color information

#E994C3 (or 0xE994C3) is unknown color: approx Shocking. HEX triplet: E9, 94 and C3. RGB value is (233,148,195). Sum of RGB (Red+Green+Blue) = 233+148+195=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E994C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E994C3 is #166B3C. Grayscale: #B2B2B2. Windows color (decimal): -1469245 or 12817641. OLE color: 12817641.

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

Color convert

RGB233148195-
CMYK00.360.160.09
HSL326.82º65.89%74.71%-
HSV(B)326.82º36.48%91.37%-
XYZ54.0442.4456.97-
YUV178.77137.16166.68-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.45%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 195 (76.56% from 255) = 33.85%
R=40.45%
G=25.69%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314819500.360.160.09326.8265.8974.71
HexE994C3024109147424b
Octal3512243030442011507102113
Binary111010011001010011000011010010010000100110100011110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E994C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E994C3; }

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

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

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

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

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

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

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

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