#E994C9

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

Shades of Shocking #E994C9

Tints of Shocking #E994C9

Color information

#E994C9 (or 0xE994C9) is unknown color: approx Shocking. HEX triplet: E9, 94 and C9. RGB value is (233,148,201). Sum of RGB (Red+Green+Blue) = 233+148+201=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 233 - color contains mainly: red. Hex color #E994C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E994C9 is #166B36. Grayscale: #B3B3B3. Windows color (decimal): -1469239 or 13210857. OLE color: 13210857.

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

Color convert

RGB233148201-
CMYK00.360.140.09
HSL322.59º65.89%74.71%-
HSV(B)322.59º36.48%91.37%-
XYZ54.7442.7260.62-
YUV179.46140.16166.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.03%
GREEN value IS 148 (58.20% from 255) = 25.43%
BLUE value IS 201 (78.91% from 255) = 34.54%
R=40.03%
G=25.43%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314820100.360.140.09322.5965.8974.71
HexE994C9024E9143424b
Octal3512243110441611503102113
Binary11101001100101001100100101001001110100110100001110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E994C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E994C9; }

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

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

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

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

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

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

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

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