#E95991

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

Shades of Dark Pink #E95991

Tints of Dark Pink #E95991

Color information

#E95991 (or 0xE95991) is unknown color: approx Dark Pink. HEX triplet: E9, 59 and 91. RGB value is (233,89,145). Sum of RGB (Red+Green+Blue) = 233+89+145=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E95991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95991 is #16A66E. Grayscale: #8A8A8A. Windows color (decimal): -1484399 or 9525737. OLE color: 9525737.

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

Color convert

RGB23389145-
CMYK00.620.380.09
HSL336.67º76.6%63.14%-
HSV(B)336.67º61.8%91.37%-
XYZ42.2926.5129.68-
YUV138.44131.71195.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.89%
GREEN value IS 89 (35.16% from 255) = 19.06%
BLUE value IS 145 (57.03% from 255) = 31.05%
R=49.89%
G=19.06%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338914500.620.380.09336.6776.663.14
HexE9599103E2691514d3f
Octal351131221076461152111577
Binary11101001101100110010001011111010011010011010100011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95991; }

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

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

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

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

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

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

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

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