#E85374

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

Shades of Dark Pink #E85374

Tints of Dark Pink #E85374

Color information

#E85374 (or 0xE85374) is unknown color: approx Dark Pink. HEX triplet: E8, 53 and 74. RGB value is (232,83,116). Sum of RGB (Red+Green+Blue) = 232+83+116=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E85374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85374 is #17AC8B. Grayscale: #838383. Windows color (decimal): -1551500 or 7623656. OLE color: 7623656.

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

Color convert

RGB23283116-
CMYK00.640.500.09
HSL346.71º76.41%61.76%-
HSV(B)346.71º64.22%90.98%-
XYZ39.5224.619.19-
YUV131.31119.36199.82-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.83%
GREEN value IS 83 (32.81% from 255) = 19.26%
BLUE value IS 116 (45.70% from 255) = 26.91%
R=53.83%
G=19.26%
B=26.91%

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
Decimal2328311600.640.500.09346.7176.4161.76
HexE8537404032915b4c3e
Octal3501231640100621153311476
Binary11101000101001111101000100000011001010011010110111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85374; }

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

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

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

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

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

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

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

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