#E05796

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

Shades of Dark Pink #E05796

Tints of Dark Pink #E05796

Color information

#E05796 (or 0xE05796) is unknown color: approx Dark Pink. HEX triplet: E0, 57 and 96. RGB value is (224,87,150). Sum of RGB (Red+Green+Blue) = 224+87+150=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E05796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05796 is #1FA869. Grayscale: #878787. Windows color (decimal): -2074730 or 9852896. OLE color: 9852896.

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

Color convert

RGB22487150-
CMYK00.610.330.12
HSL332.41º68.84%60.98%-
HSV(B)332.41º61.16%87.84%-
XYZ39.6524.8731.56-
YUV135.14136.39191.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 87 (34.38% from 255) = 18.87%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=48.59%
G=18.87%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248715000.610.330.12332.4168.8460.98
HexE0579603D21C14c453d
Octal340127226075411451410575
Binary11100000101011110010110011110110000111001010011001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05796; }

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

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

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

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

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

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

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

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