#E05785

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

Shades of Dark Pink #E05785

Tints of Dark Pink #E05785

Color information

#E05785 (or 0xE05785) is unknown color: approx Dark Pink. HEX triplet: E0, 57 and 85. RGB value is (224,87,133). Sum of RGB (Red+Green+Blue) = 224+87+133=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E05785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05785 is #1FA87A. Grayscale: #858585. Windows color (decimal): -2074747 or 8738784. OLE color: 8738784.

HSL color Cylindrical-coordinate representation of color #E05785: hue angle of 339.85º 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 #E05785 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB22487133-
CMYK00.610.410.12
HSL339.85º68.84%60.98%-
HSV(B)339.85º61.16%87.84%-
XYZ38.3824.3624.87-
YUV133.21127.89192.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.45%
GREEN value IS 87 (34.38% from 255) = 19.59%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=50.45%
G=19.59%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248713300.610.410.12339.8568.8460.98
HexE0578503D29C154453d
Octal340127205075511452410575
Binary11100000101011110000101011110110100111001010101001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05785; }

 p { color: rgb(224,87,133); }

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

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

 a { background-color: rgb(224,87,133); }

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

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

 span { border-color: rgb(224,87,133); }

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