#E993BB

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

Shades of Shocking #E993BB

Tints of Shocking #E993BB

Color information

#E993BB (or 0xE993BB) is unknown color: approx Shocking. HEX triplet: E9, 93 and BB. RGB value is (233,147,187). Sum of RGB (Red+Green+Blue) = 233+147+187=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E993BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993BB is #166C44. Grayscale: #B1B1B1. Windows color (decimal): -1469509 or 12293097. OLE color: 12293097.

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

Color convert

RGB233147187-
CMYK00.370.200.09
HSL332.09º66.15%74.51%-
HSV(B)332.09º36.91%91.37%-
XYZ53.0141.7852.28-
YUV177.27133.49167.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.09%
GREEN value IS 147 (57.81% from 255) = 25.93%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=41.09%
G=25.93%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314718700.370.200.09332.0966.1574.51
HexE993BB02514914c424b
Octal3512232730452411514102113
Binary111010011001001110111011010010110100100110100110010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E993BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E993BB; }

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

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

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

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

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

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

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

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