#E95E7C

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

Shades of Dark Pink #E95E7C

Tints of Dark Pink #E95E7C

Color information

#E95E7C (or 0xE95E7C) is unknown color: approx Dark Pink. HEX triplet: E9, 5E and 7C. RGB value is (233,94,124). Sum of RGB (Red+Green+Blue) = 233+94+124=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95E7C is #16A183. Grayscale: #8B8B8B. Windows color (decimal): -1483140 or 8150761. OLE color: 8150761.

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

Color convert

RGB23394124-
CMYK00.600.470.09
HSL347.05º75.96%64.12%-
HSV(B)347.05º59.66%91.37%-
XYZ41.2526.7822.06-
YUV138.98119.55195.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.66%
GREEN value IS 94 (37.11% from 255) = 20.84%
BLUE value IS 124 (48.83% from 255) = 27.49%
R=51.66%
G=20.84%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339412400.600.470.09347.0575.9664.12
HexE95E7C03C2F915b4c40
Octal3511361740745711533114100
Binary11101001101111011111000111100101111100110101101110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95E7C; }

 p { color: rgb(233,94,124); }

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

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

 a { background-color: rgb(233,94,124); }

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

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

 span { border-color: rgb(233,94,124); }

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