#e05894

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

Shades of Dark Pink #E05894

Tints of Dark Pink #E05894

Color information

#E05894 (or 0xE05894) is unknown color: approx Dark Pink. HEX triplet: E0, 58 and 94. RGB value is (224,88,148). Sum of RGB (Red+Green+Blue) = 224+88+148=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E05894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05894 is #1FA76B. Grayscale: #878787. Windows color (decimal): -2074476 or 9722080. OLE color: 9722080.

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

Color convert

RGB22488148-
CMYK00.610.340.12
HSL333.53º68.69%61.18%-
HSV(B)333.53º60.71%87.84%-
XYZ39.5824.9630.75-
YUV135.5135.06191.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.70%
GREEN value IS 88 (34.77% from 255) = 19.13%
BLUE value IS 148 (58.20% from 255) = 32.17%
R=48.70%
G=19.13%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248814800.610.340.12333.5368.6961.18
HexE0589403D22C14e453d
Octal340130224075421451610575
Binary11100000101100010010100011110110001011001010011101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05894; }

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

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

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

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

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

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

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

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