#e84e7e

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

Shades of Dark Pink #E84E7E

Tints of Dark Pink #E84E7E

Color information

#E84E7E (or 0xE84E7E) is unknown color: approx Dark Pink. HEX triplet: E8, 4E and 7E. RGB value is (232,78,126). Sum of RGB (Red+Green+Blue) = 232+78+126=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E84E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E84E7E is #17B181. Grayscale: #818181. Windows color (decimal): -1552770 or 8277736. OLE color: 8277736.

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

Color convert

RGB23278126-
CMYK00.660.460.09
HSL341.3º77%60.78%-
HSV(B)341.3º66.38%90.98%-
XYZ39.7724.1122.3-
YUV129.52126.02201.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.21%
GREEN value IS 78 (30.86% from 255) = 17.89%
BLUE value IS 126 (49.61% from 255) = 28.90%
R=53.21%
G=17.89%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327812600.660.460.09341.37760.78
HexE84E7E0422E91554d3d
Octal3501161760102561152511575
Binary11101000100111011111100100001010111010011010101011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e84e7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e84e7e; }

 p { color: rgb(232,78,126); }

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

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

 a { background-color: rgb(232,78,126); }

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

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

 span { border-color: rgb(232,78,126); }

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