#E95C77

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

Shades of Dark Pink #E95C77

Tints of Dark Pink #E95C77

Color information

#E95C77 (or 0xE95C77) is unknown color: approx Dark Pink. HEX triplet: E9, 5C and 77. RGB value is (233,92,119). Sum of RGB (Red+Green+Blue) = 233+92+119=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C77 is #16A388. Grayscale: #898989. Windows color (decimal): -1483657 or 7822569. OLE color: 7822569.

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

Color convert

RGB23392119-
CMYK00.610.490.09
HSL348.51º76.22%63.73%-
HSV(B)348.51º60.52%91.37%-
XYZ40.7626.3120.38-
YUV137.24117.71196.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.48%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 119 (46.88% from 255) = 26.80%
R=52.48%
G=20.72%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339211900.610.490.09348.5176.2263.73
HexE95C7703D31915d4c40
Octal3511341670756111535114100
Binary11101001101110011101110111101110001100110101110110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C77; }

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

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

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

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

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

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

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

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