#E95E77

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

Shades of Dark Pink #E95E77

Tints of Dark Pink #E95E77

Color information

#E95E77 (or 0xE95E77) is unknown color: approx Dark Pink. HEX triplet: E9, 5E and 77. RGB value is (233,94,119). Sum of RGB (Red+Green+Blue) = 233+94+119=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95E77 is #16A188. Grayscale: #8A8A8A. Windows color (decimal): -1483145 or 7823081. OLE color: 7823081.

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

Color convert

RGB23394119-
CMYK00.600.490.09
HSL349.21º75.96%64.12%-
HSV(B)349.21º59.66%91.37%-
XYZ40.9426.6620.44-
YUV138.41117.05195.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.24%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 119 (46.88% from 255) = 26.68%
R=52.24%
G=21.08%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339411900.600.490.09349.2175.9664.12
HexE95E7703C31915d4c40
Octal3511361670746111535114100
Binary11101001101111011101110111100110001100110101110110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95E77; }

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

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

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

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

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

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

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

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