#E05880

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

Shades of Dark Pink #E05880

Tints of Dark Pink #E05880

Color information

#E05880 (or 0xE05880) is unknown color: approx Dark Pink. HEX triplet: E0, 58 and 80. RGB value is (224,88,128). Sum of RGB (Red+Green+Blue) = 224+88+128=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E05880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05880 is #1FA77F. Grayscale: #858585. Windows color (decimal): -2074496 or 8411360. OLE color: 8411360.

HSL color Cylindrical-coordinate representation of color #E05880: hue angle of 342.35º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E05880 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB22488128-
CMYK00.610.430.12
HSL342.35º68.69%61.18%-
HSV(B)342.35º60.71%87.84%-
XYZ38.1324.3923.12-
YUV133.22125.06192.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.91%
GREEN value IS 88 (34.77% from 255) = 20%
BLUE value IS 128 (50.39% from 255) = 29.09%
R=50.91%
G=20%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248812800.610.430.12342.3568.6961.18
HexE0588003D2BC156453d
Octal340130200075531452610575
Binary11100000101100010000000011110110101111001010101101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05880; }

 p { color: rgb(224,88,128); }

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

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

 a { background-color: rgb(224,88,128); }

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

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

 span { border-color: rgb(224,88,128); }

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