#E05E84

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

Shades of Dark Pink #E05E84

Tints of Dark Pink #E05E84

Color information

#E05E84 (or 0xE05E84) is unknown color: approx Dark Pink. HEX triplet: E0, 5E and 84. RGB value is (224,94,132). Sum of RGB (Red+Green+Blue) = 224+94+132=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05E84 is #1FA17B. Grayscale: #898989. Windows color (decimal): -2072956 or 8675040. OLE color: 8675040.

HSL color Cylindrical-coordinate representation of color #E05E84: hue angle of 342.46º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05E84 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB22494132-
CMYK00.580.410.12
HSL342.46º67.71%62.35%-
HSV(B)342.46º58.04%87.84%-
XYZ38.9125.5224.7-
YUV137.2125.07189.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.78%
GREEN value IS 94 (37.11% from 255) = 20.89%
BLUE value IS 132 (51.95% from 255) = 29.33%
R=49.78%
G=20.89%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249413200.580.410.12342.4667.7162.35
HexE05E8403A29C156443e
Octal340136204072511452610476
Binary11100000101111010000100011101010100111001010101101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05E84; }

 p { color: rgb(224,94,132); }

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

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

 a { background-color: rgb(224,94,132); }

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

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

 span { border-color: rgb(224,94,132); }

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