#E05294

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

Shades of Dark Pink #E05294

Tints of Dark Pink #E05294

Color information

#E05294 (or 0xE05294) is unknown color: approx Dark Pink. HEX triplet: E0, 52 and 94. RGB value is (224,82,148). Sum of RGB (Red+Green+Blue) = 224+82+148=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E05294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05294 is #1FAD6B. Grayscale: #838383. Windows color (decimal): -2076012 or 9720544. OLE color: 9720544.

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

Color convert

RGB22482148-
CMYK00.630.340.12
HSL332.11º69.61%60%-
HSV(B)332.11º63.39%87.84%-
XYZ39.124.0230.59-
YUV131.98137.04193.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.34%
GREEN value IS 82 (32.42% from 255) = 18.06%
BLUE value IS 148 (58.20% from 255) = 32.60%
R=49.34%
G=18.06%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248214800.630.340.12332.1169.6160
HexE0529403F22C14c463c
Octal340122224077421451410674
Binary11100000101001010010100011111110001011001010011001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05294; }

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

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

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

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

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

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

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

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