#E05792

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

Shades of Dark Pink #E05792

Tints of Dark Pink #E05792

Color information

#E05792 (or 0xE05792) is unknown color: approx Dark Pink. HEX triplet: E0, 57 and 92. RGB value is (224,87,146). Sum of RGB (Red+Green+Blue) = 224+87+146=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E05792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05792 is #1FA86D. Grayscale: #868686. Windows color (decimal): -2074734 or 9590752. OLE color: 9590752.

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

Color convert

RGB22487146-
CMYK00.610.350.12
HSL334.16º68.84%60.98%-
HSV(B)334.16º61.16%87.84%-
XYZ39.3424.7429.9-
YUV134.69134.39191.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.02%
GREEN value IS 87 (34.38% from 255) = 19.04%
BLUE value IS 146 (57.42% from 255) = 31.95%
R=49.02%
G=19.04%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248714600.610.350.12334.1668.8460.98
HexE0579203D23C14e453d
Octal340127222075431451610575
Binary11100000101011110010010011110110001111001010011101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05792; }

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

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

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

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

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

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

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

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