#E95C8B

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

Shades of Dark Pink #E95C8B

Tints of Dark Pink #E95C8B

Color information

#E95C8B (or 0xE95C8B) is unknown color: approx Dark Pink. HEX triplet: E9, 5C and 8B. RGB value is (233,92,139). Sum of RGB (Red+Green+Blue) = 233+92+139=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95C8B is #16A374. Grayscale: #8B8B8B. Windows color (decimal): -1483637 or 9133289. OLE color: 9133289.

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

Color convert

RGB23392139-
CMYK00.610.400.09
HSL340º76.22%63.73%-
HSV(B)340º60.52%91.37%-
XYZ42.0926.8427.39-
YUV139.52127.71194.68-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.22%
GREEN value IS 92 (36.33% from 255) = 19.83%
BLUE value IS 139 (54.69% from 255) = 29.96%
R=50.22%
G=19.83%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339213900.610.400.0934076.2263.73
HexE95C8B03D2891544c40
Octal3511342130755011524114100
Binary111010011011100100010110111101101000100110101010010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C8B; }

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

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

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

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

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

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

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

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