#E95985

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

Shades of Dark Pink #E95985

Tints of Dark Pink #E95985

Color information

#E95985 (or 0xE95985) is unknown color: approx Dark Pink. HEX triplet: E9, 59 and 85. RGB value is (233,89,133). Sum of RGB (Red+Green+Blue) = 233+89+133=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E95985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95985 is #16A67A. Grayscale: #898989. Windows color (decimal): -1484411 or 8739305. OLE color: 8739305.

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

Color convert

RGB23389133-
CMYK00.620.430.09
HSL341.67º76.6%63.14%-
HSV(B)341.67º61.8%91.37%-
XYZ41.4126.1625.06-
YUV137.07125.71196.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.21%
GREEN value IS 89 (35.16% from 255) = 19.56%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=51.21%
G=19.56%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338913300.620.430.09341.6776.663.14
HexE9598503E2B91564d3f
Octal351131205076531152611577
Binary11101001101100110000101011111010101110011010101101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95985; }

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

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

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

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

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

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

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

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