#E993BC

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

Shades of Shocking #E993BC

Tints of Shocking #E993BC

Color information

#E993BC (or 0xE993BC) is unknown color: approx Shocking. HEX triplet: E9, 93 and BC. RGB value is (233,147,188). Sum of RGB (Red+Green+Blue) = 233+147+188=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E993BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993BC is #166C43. Grayscale: #B1B1B1. Windows color (decimal): -1469508 or 12358633. OLE color: 12358633.

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

Color convert

RGB233147188-
CMYK00.370.190.09
HSL331.4º66.15%74.51%-
HSV(B)331.4º36.91%91.37%-
XYZ53.1241.8252.85-
YUV177.39133.99167.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.02%
GREEN value IS 147 (57.81% from 255) = 25.88%
BLUE value IS 188 (73.83% from 255) = 33.10%
R=41.02%
G=25.88%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314718800.370.190.09331.466.1574.51
HexE993BC02513914b424b
Octal3512232740452311513102113
Binary111010011001001110111100010010110011100110100101110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E993BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E993BC; }

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

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

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

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

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

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

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

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