#E60584

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

Shades of Deep Pink #E60584

Tints of Deep Pink #E60584

Color information

#E60584 (or 0xE60584) is unknown color: approx Deep Pink. HEX triplet: E6, 05 and 84. RGB value is (230,5,132). Sum of RGB (Red+Green+Blue) = 230+5+132=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E60584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60584 is #19FA7B. Grayscale: #565656. Windows color (decimal): -1702524 or 8652262. OLE color: 8652262.

HSL color Cylindrical-coordinate representation of color #E60584: hue angle of 326.13º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60584 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB2305132-
CMYK00.980.430.10
HSL326.13º95.74%46.08%-
HSV(B)326.13º97.83%90.2%-
XYZ36.8518.623.48-
YUV86.75153.54230.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 62.67%
GREEN value IS 5 (2.34% from 255) = 1.36%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=62.67%
G=1.36%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230513200.980.430.10326.1395.7446.08
HexE65840622BA146602e
Octal34652040142531250614056
Binary11100110101100001000110001010101110101010001101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60584; }

 p { color: rgb(230,5,132); }

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

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

 a { background-color: rgb(230,5,132); }

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

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

 span { border-color: rgb(230,5,132); }

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