#E95F85

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

Shades of Dark Pink #E95F85

Tints of Dark Pink #E95F85

Color information

#E95F85 (or 0xE95F85) is unknown color: approx Dark Pink. HEX triplet: E9, 5F and 85. RGB value is (233,95,133). Sum of RGB (Red+Green+Blue) = 233+95+133=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95F85 is #16A07A. Grayscale: #8C8C8C. Windows color (decimal): -1482875 or 8740841. OLE color: 8740841.

HSL color Cylindrical-coordinate representation of color #E95F85: hue angle of 343.48º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E95F85 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB23395133-
CMYK00.590.430.09
HSL343.48º75.82%64.31%-
HSV(B)343.48º59.23%91.37%-
XYZ41.9327.225.23-
YUV140.59123.72193.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.54%
GREEN value IS 95 (37.5% from 255) = 20.61%
BLUE value IS 133 (52.34% from 255) = 28.85%
R=50.54%
G=20.61%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339513300.590.430.09343.4875.8264.31
HexE95F8503B2B91574c40
Octal3511372050735311527114100
Binary111010011011111100001010111011101011100110101011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95F85; }

 p { color: rgb(233,95,133); }

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

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

 a { background-color: rgb(233,95,133); }

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

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

 span { border-color: rgb(233,95,133); }

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