#E05592

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

Shades of Dark Pink #E05592

Tints of Dark Pink #E05592

Color information

#E05592 (or 0xE05592) is unknown color: approx Dark Pink. HEX triplet: E0, 55 and 92. RGB value is (224,85,146). Sum of RGB (Red+Green+Blue) = 224+85+146=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E05592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05592 is #1FAA6D. Grayscale: #858585. Windows color (decimal): -2075246 or 9590240. OLE color: 9590240.

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

Color convert

RGB22485146-
CMYK00.620.350.12
HSL333.67º69.15%60.59%-
HSV(B)333.67º62.05%87.84%-
XYZ39.1824.4229.84-
YUV133.51135.05192.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.23%
GREEN value IS 85 (33.59% from 255) = 18.68%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=49.23%
G=18.68%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248514600.620.350.12333.6769.1560.59
HexE0559203E23C14e453d
Octal340125222076431451610575
Binary11100000101010110010010011111010001111001010011101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05592; }

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

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

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

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

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

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

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

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