#e95375

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

Shades of Dark Pink #E95375

Tints of Dark Pink #E95375

Color information

#E95375 (or 0xE95375) is unknown color: approx Dark Pink. HEX triplet: E9, 53 and 75. RGB value is (233,83,117). Sum of RGB (Red+Green+Blue) = 233+83+117=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E95375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95375 is #16AC8A. Grayscale: #838383. Windows color (decimal): -1485963 or 7689193. OLE color: 7689193.

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

Color convert

RGB23383117-
CMYK00.640.500.09
HSL346.4º77.32%61.96%-
HSV(B)346.4º64.38%91.37%-
XYZ39.9124.7919.51-
YUV131.73119.7200.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.81%
GREEN value IS 83 (32.81% from 255) = 19.17%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=53.81%
G=19.17%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338311700.640.500.09346.477.3261.96
HexE9537504032915a4d3e
Octal3511231650100621153211576
Binary11101001101001111101010100000011001010011010110101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e95375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e95375; }

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

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

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

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

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

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

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

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