#E95993

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

Shades of Dark Pink #E95993

Tints of Dark Pink #E95993

Color information

#E95993 (or 0xE95993) is unknown color: approx Dark Pink. HEX triplet: E9, 59 and 93. RGB value is (233,89,147). Sum of RGB (Red+Green+Blue) = 233+89+147=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E95993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95993 is #16A66C. Grayscale: #8A8A8A. Windows color (decimal): -1484397 or 9656809. OLE color: 9656809.

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

Color convert

RGB23389147-
CMYK00.620.370.09
HSL335.83º76.6%63.14%-
HSV(B)335.83º61.8%91.37%-
XYZ42.4426.5730.5-
YUV138.67132.71195.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.68%
GREEN value IS 89 (35.16% from 255) = 18.98%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=49.68%
G=18.98%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338914700.620.370.09335.8376.663.14
HexE9599303E2591504d3f
Octal351131223076451152011577
Binary11101001101100110010011011111010010110011010100001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95993; }

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

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

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

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

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

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

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

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