#E95775

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

Shades of Dark Pink #E95775

Tints of Dark Pink #E95775

Color information

#E95775 (or 0xE95775) is unknown color: approx Dark Pink. HEX triplet: E9, 57 and 75. RGB value is (233,87,117). Sum of RGB (Red+Green+Blue) = 233+87+117=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E95775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95775 is #16A88A. Grayscale: #868686. Windows color (decimal): -1484939 or 7690217. OLE color: 7690217.

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

Color convert

RGB23387117-
CMYK00.630.500.09
HSL347.67º76.84%62.75%-
HSV(B)347.67º62.66%91.37%-
XYZ40.2225.4219.62-
YUV134.07118.37198.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.32%
GREEN value IS 87 (34.38% from 255) = 19.91%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=53.32%
G=19.91%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338711700.630.500.09347.6776.8462.75
HexE9577503F32915c4d3f
Octal351127165077621153411577
Binary1110100110101111110101011111111001010011010111001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95775; }

 p { color: rgb(233,87,117); }

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

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

 a { background-color: rgb(233,87,117); }

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

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

 span { border-color: rgb(233,87,117); }

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