#E95C89

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

Shades of Dark Pink #E95C89

Tints of Dark Pink #E95C89

Color information

#E95C89 (or 0xE95C89) is unknown color: approx Dark Pink. HEX triplet: E9, 5C and 89. RGB value is (233,92,137). Sum of RGB (Red+Green+Blue) = 233+92+137=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95C89 is #16A376. Grayscale: #8B8B8B. Windows color (decimal): -1483639 or 9002217. OLE color: 9002217.

HSL color Cylindrical-coordinate representation of color #E95C89: hue angle of 340.85º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95C89 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB23392137-
CMYK00.610.410.09
HSL340.85º76.22%63.73%-
HSV(B)340.85º60.52%91.37%-
XYZ41.9526.7826.63-
YUV139.29126.71194.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.43%
GREEN value IS 92 (36.33% from 255) = 19.91%
BLUE value IS 137 (53.91% from 255) = 29.65%
R=50.43%
G=19.91%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339213700.610.410.09340.8576.2263.73
HexE95C8903D2991554c40
Octal3511342110755111525114100
Binary111010011011100100010010111101101001100110101010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C89; }

 p { color: rgb(233,92,137); }

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

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

 a { background-color: rgb(233,92,137); }

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

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

 span { border-color: rgb(233,92,137); }

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