#E85384

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

Shades of Dark Pink #E85384

Tints of Dark Pink #E85384

Color information

#E85384 (or 0xE85384) is unknown color: approx Dark Pink. HEX triplet: E8, 53 and 84. RGB value is (232,83,132). Sum of RGB (Red+Green+Blue) = 232+83+132=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E85384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85384 is #17AC7B. Grayscale: #858585. Windows color (decimal): -1551484 or 8672232. OLE color: 8672232.

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

Color convert

RGB23283132-
CMYK00.640.430.09
HSL340.27º76.41%61.76%-
HSV(B)340.27º64.22%90.98%-
XYZ40.5425.0124.52-
YUV133.14127.36198.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.90%
GREEN value IS 83 (32.81% from 255) = 18.57%
BLUE value IS 132 (51.95% from 255) = 29.53%
R=51.90%
G=18.57%
B=29.53%

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
Decimal2328313200.640.430.09340.2776.4161.76
HexE853840402B91544c3e
Octal3501232040100531152411476
Binary111010001010011100001000100000010101110011010101001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85384; }

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

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

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

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

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

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

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

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