#E61080

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

Shades of Deep Pink #E61080

Tints of Deep Pink #E61080

Color information

#E61080 (or 0xE61080) is unknown color: approx Deep Pink. HEX triplet: E6, 10 and 80. RGB value is (230,16,128). Sum of RGB (Red+Green+Blue) = 230+16+128=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E61080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61080 is #19EF7F. Grayscale: #5C5C5C. Windows color (decimal): -1699712 or 8392934. OLE color: 8392934.

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

Color convert

RGB23016128-
CMYK00.930.440.10
HSL328.6º86.99%48.24%-
HSV(B)328.6º93.04%90.2%-
XYZ36.7118.7522.11-
YUV92.75147.9225.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 61.50%
GREEN value IS 16 (6.64% from 255) = 4.28%
BLUE value IS 128 (50.39% from 255) = 34.22%
R=61.50%
G=4.28%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301612800.930.440.10328.686.9948.24
HexE6108005D2CA1495730
Octal346202000135541251112760
Binary1110011010000100000000101110110110010101010010011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61080; }

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

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

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

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

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

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

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

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