#E993B9

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

Shades of Shocking #E993B9

Tints of Shocking #E993B9

Color information

#E993B9 (or 0xE993B9) is unknown color: approx Shocking. HEX triplet: E9, 93 and B9. RGB value is (233,147,185). Sum of RGB (Red+Green+Blue) = 233+147+185=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E993B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993B9 is #166C46. Grayscale: #B0B0B0. Windows color (decimal): -1469511 or 12162025. OLE color: 12162025.

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

Color convert

RGB233147185-
CMYK00.370.210.09
HSL333.49º66.15%74.51%-
HSV(B)333.49º36.91%91.37%-
XYZ52.7941.6951.16-
YUV177.05132.49167.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.24%
GREEN value IS 147 (57.81% from 255) = 26.02%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=41.24%
G=26.02%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314718500.370.210.09333.4966.1574.51
HexE993B902515914d424b
Octal3512232710452511515102113
Binary111010011001001110111001010010110101100110100110110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E993B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E993B9; }

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

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

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

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

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

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

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

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