#E60380

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

Shades of Deep Pink #E60380

Tints of Deep Pink #E60380

Color information

#E60380 (or 0xE60380) is unknown color: approx Deep Pink. HEX triplet: E6, 03 and 80. RGB value is (230,3,128). Sum of RGB (Red+Green+Blue) = 230+3+128=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E60380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60380 is #19FC7F. Grayscale: #545454. Windows color (decimal): -1703040 or 8389606. OLE color: 8389606.

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

Color convert

RGB2303128-
CMYK00.990.440.10
HSL326.96º97.42%45.69%-
HSV(B)326.96º98.7%90.2%-
XYZ36.5618.4522.06-
YUV85.12152.21231.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 63.71%
GREEN value IS 3 (1.56% from 255) = 0.83%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=63.71%
G=0.83%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230312800.990.440.10326.9697.4245.69
HexE63800632CA147612e
Octal34632000143541250714156
Binary1110011011100000000110001110110010101010001111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60380; }

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

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

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

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

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

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

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

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