#E60A80

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

Shades of Deep Pink #E60A80

Tints of Deep Pink #E60A80

Color information

#E60A80 (or 0xE60A80) is unknown color: approx Deep Pink. HEX triplet: E6, 0A and 80. RGB value is (230,10,128). Sum of RGB (Red+Green+Blue) = 230+10+128=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60A80 is #19F57F. Grayscale: #585858. Windows color (decimal): -1701248 or 8391398. OLE color: 8391398.

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

Color convert

RGB23010128-
CMYK00.960.440.10
HSL327.82º91.67%47.06%-
HSV(B)327.82º95.65%90.2%-
XYZ36.6418.622.08-
YUV89.23149.89228.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 62.5%
GREEN value IS 10 (4.30% from 255) = 2.72%
BLUE value IS 128 (50.39% from 255) = 34.78%
R=62.5%
G=2.72%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301012800.960.440.10327.8291.6747.06
HexE6A800602CA1485c2f
Octal346122000140541251013457
Binary111001101010100000000110000010110010101010010001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60A80; }

 p { color: rgb(230,10,128); }

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

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

 a { background-color: rgb(230,10,128); }

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

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

 span { border-color: rgb(230,10,128); }

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