#E95C76

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

Shades of Dark Pink #E95C76

Tints of Dark Pink #E95C76

Color information

#E95C76 (or 0xE95C76) is unknown color: approx Dark Pink. HEX triplet: E9, 5C and 76. RGB value is (233,92,118). Sum of RGB (Red+Green+Blue) = 233+92+118=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C76 is #16A389. Grayscale: #898989. Windows color (decimal): -1483658 or 7757033. OLE color: 7757033.

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

Color convert

RGB23392118-
CMYK00.610.490.09
HSL348.94º76.22%63.73%-
HSV(B)348.94º60.52%91.37%-
XYZ40.726.2920.07-
YUV137.12117.21196.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.60%
GREEN value IS 92 (36.33% from 255) = 20.77%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=52.60%
G=20.77%
B=26.64%

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
Decimal2339211800.610.490.09348.9476.2263.73
HexE95C7603D31915d4c40
Octal3511341660756111535114100
Binary11101001101110011101100111101110001100110101110110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C76; }

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

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

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

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

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

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

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

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