#E993CC

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

Shades of Shocking #E993CC

Tints of Shocking #E993CC

Color information

#E993CC (or 0xE993CC) is unknown color: approx Shocking. HEX triplet: E9, 93 and CC. RGB value is (233,147,204). Sum of RGB (Red+Green+Blue) = 233+147+204=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 233 - color contains mainly: red. Hex color #E993CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993CC is #166C33. Grayscale: #B3B3B3. Windows color (decimal): -1469492 or 13407209. OLE color: 13407209.

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

Color convert

RGB233147204-
CMYK00.370.120.09
HSL320.23º66.15%74.51%-
HSV(B)320.23º36.91%91.37%-
XYZ54.9442.5562.44-
YUV179.21141.99166.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.90%
GREEN value IS 147 (57.81% from 255) = 25.17%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=39.90%
G=25.17%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314720400.370.120.09320.2366.1574.51
HexE993CC025C9140424b
Octal3512233140451411500102113
Binary11101001100100111100110001001011100100110100000010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E993CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E993CC; }

 p { color: rgb(233,147,204); }

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

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

 a { background-color: rgb(233,147,204); }

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

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

 span { border-color: rgb(233,147,204); }

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