#E85484

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

Shades of Dark Pink #E85484

Tints of Dark Pink #E85484

Color information

#E85484 (or 0xE85484) is unknown color: approx Dark Pink. HEX triplet: E8, 54 and 84. RGB value is (232,84,132). Sum of RGB (Red+Green+Blue) = 232+84+132=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E85484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85484 is #17AB7B. Grayscale: #858585. Windows color (decimal): -1551228 or 8672488. OLE color: 8672488.

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

Color convert

RGB23284132-
CMYK00.640.430.09
HSL340.54º76.29%61.96%-
HSV(B)340.54º63.79%90.98%-
XYZ40.6125.1624.55-
YUV133.72127.03198.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.79%
GREEN value IS 84 (33.20% from 255) = 18.75%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=51.79%
G=18.75%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328413200.640.430.09340.5476.2961.96
HexE854840402B91554c3e
Octal3501242040100531152511476
Binary111010001010100100001000100000010101110011010101011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85484; }

 p { color: rgb(232,84,132); }

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

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

 a { background-color: rgb(232,84,132); }

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

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

 span { border-color: rgb(232,84,132); }

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