#E85375

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

Shades of Dark Pink #E85375

Tints of Dark Pink #E85375

Color information

#E85375 (or 0xE85375) is unknown color: approx Dark Pink. HEX triplet: E8, 53 and 75. RGB value is (232,83,117). Sum of RGB (Red+Green+Blue) = 232+83+117=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E85375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85375 is #17AC8A. Grayscale: #838383. Windows color (decimal): -1551499 or 7689192. OLE color: 7689192.

HSL color Cylindrical-coordinate representation of color #E85375: hue angle of 346.31º degrees, saturation: 0.76, 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 #E85375 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB23283117-
CMYK00.640.500.09
HSL346.31º76.41%61.76%-
HSV(B)346.31º64.22%90.98%-
XYZ39.5824.6319.5-
YUV131.43119.86199.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.70%
GREEN value IS 83 (32.81% from 255) = 19.21%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=53.70%
G=19.21%
B=27.08%

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
Decimal2328311700.640.500.09346.3176.4161.76
HexE8537504032915a4c3e
Octal3501231650100621153211476
Binary11101000101001111101010100000011001010011010110101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85375; }

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

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

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

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

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

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

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

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