#E95C79

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

Shades of Dark Pink #E95C79

Tints of Dark Pink #E95C79

Color information

#E95C79 (or 0xE95C79) is unknown color: approx Dark Pink. HEX triplet: E9, 5C and 79. RGB value is (233,92,121). Sum of RGB (Red+Green+Blue) = 233+92+121=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C79 is #16A386. Grayscale: #898989. Windows color (decimal): -1483655 or 7953641. OLE color: 7953641.

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

Color convert

RGB23392121-
CMYK00.610.480.09
HSL347.66º76.22%63.73%-
HSV(B)347.66º60.52%91.37%-
XYZ40.8826.3621.02-
YUV137.46118.71196.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.24%
GREEN value IS 92 (36.33% from 255) = 20.63%
BLUE value IS 121 (47.66% from 255) = 27.13%
R=52.24%
G=20.63%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339212100.610.480.09347.6676.2263.73
HexE95C7903D30915c4c40
Octal3511341710756011534114100
Binary11101001101110011110010111101110000100110101110010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C79; }

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

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

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

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

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

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

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

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