#E95C88

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

Shades of Dark Pink #E95C88

Tints of Dark Pink #E95C88

Color information

#E95C88 (or 0xE95C88) is unknown color: approx Dark Pink. HEX triplet: E9, 5C and 88. RGB value is (233,92,136). Sum of RGB (Red+Green+Blue) = 233+92+136=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95C88 is #16A377. Grayscale: #8B8B8B. Windows color (decimal): -1483640 or 8936681. OLE color: 8936681.

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

Color convert

RGB23392136-
CMYK00.610.420.09
HSL341.28º76.22%63.73%-
HSV(B)341.28º60.52%91.37%-
XYZ41.8826.7626.25-
YUV139.17126.21194.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.54%
GREEN value IS 92 (36.33% from 255) = 19.96%
BLUE value IS 136 (53.52% from 255) = 29.50%
R=50.54%
G=19.96%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339213600.610.420.09341.2876.2263.73
HexE95C8803D2A91554c40
Octal3511342100755211525114100
Binary111010011011100100010000111101101010100110101010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C88; }

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

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

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

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

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

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

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

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