#E05594

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

Shades of Dark Pink #E05594

Tints of Dark Pink #E05594

Color information

#E05594 (or 0xE05594) is unknown color: approx Dark Pink. HEX triplet: E0, 55 and 94. RGB value is (224,85,148). Sum of RGB (Red+Green+Blue) = 224+85+148=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E05594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05594 is #1FAA6B. Grayscale: #858585. Windows color (decimal): -2075244 or 9721312. OLE color: 9721312.

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

Color convert

RGB22485148-
CMYK00.620.340.12
HSL332.81º69.15%60.59%-
HSV(B)332.81º62.05%87.84%-
XYZ39.3324.4830.67-
YUV133.74136.05192.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.02%
GREEN value IS 85 (33.59% from 255) = 18.60%
BLUE value IS 148 (58.20% from 255) = 32.39%
R=49.02%
G=18.60%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248514800.620.340.12332.8169.1560.59
HexE0559403E22C14d453d
Octal340125224076421451510575
Binary11100000101010110010100011111010001011001010011011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05594; }

 p { color: rgb(224,85,148); }

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

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

 a { background-color: rgb(224,85,148); }

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

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

 span { border-color: rgb(224,85,148); }

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