#E85373

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

Shades of Dark Pink #E85373

Tints of Dark Pink #E85373

Color information

#E85373 (or 0xE85373) is unknown color: approx Dark Pink. HEX triplet: E8, 53 and 73. RGB value is (232,83,115). Sum of RGB (Red+Green+Blue) = 232+83+115=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E85373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85373 is #17AC8C. Grayscale: #838383. Windows color (decimal): -1551501 or 7558120. OLE color: 7558120.

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

Color convert

RGB23283115-
CMYK00.640.500.09
HSL347.11º76.41%61.76%-
HSV(B)347.11º64.22%90.98%-
XYZ39.4724.5818.88-
YUV131.2118.86199.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.95%
GREEN value IS 83 (32.81% from 255) = 19.30%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=53.95%
G=19.30%
B=26.74%

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
Decimal2328311500.640.500.09347.1176.4161.76
HexE8537304032915b4c3e
Octal3501231630100621153311476
Binary11101000101001111100110100000011001010011010110111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85373; }

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

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

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

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

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

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

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

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