#E84F82

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

Shades of Dark Pink #E84F82

Tints of Dark Pink #E84F82

Color information

#E84F82 (or 0xE84F82) is unknown color: approx Dark Pink. HEX triplet: E8, 4F and 82. RGB value is (232,79,130). Sum of RGB (Red+Green+Blue) = 232+79+130=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E84F82 is #17B07D. Grayscale: #828282. Windows color (decimal): -1552510 or 8540136. OLE color: 8540136.

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

Color convert

RGB23279130-
CMYK00.660.440.09
HSL340º76.88%60.98%-
HSV(B)340º65.95%90.98%-
XYZ40.124.3623.71-
YUV130.56127.69200.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.61%
GREEN value IS 79 (31.25% from 255) = 17.91%
BLUE value IS 130 (51.17% from 255) = 29.48%
R=52.61%
G=17.91%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327913000.660.440.0934076.8860.98
HexE84F820422C91544d3d
Octal3501172020102541152411575
Binary111010001001111100000100100001010110010011010101001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84F82; }

 p { color: rgb(232,79,130); }

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

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

 a { background-color: rgb(232,79,130); }

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

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

 span { border-color: rgb(232,79,130); }

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