#E05784

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

Shades of Dark Pink #E05784

Tints of Dark Pink #E05784

Color information

#E05784 (or 0xE05784) is unknown color: approx Dark Pink. HEX triplet: E0, 57 and 84. RGB value is (224,87,132). Sum of RGB (Red+Green+Blue) = 224+87+132=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E05784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05784 is #1FA87B. Grayscale: #858585. Windows color (decimal): -2074748 or 8673248. OLE color: 8673248.

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

Color convert

RGB22487132-
CMYK00.610.410.12
HSL340.29º68.84%60.98%-
HSV(B)340.29º61.16%87.84%-
XYZ38.3124.3324.51-
YUV133.09127.39192.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.56%
GREEN value IS 87 (34.38% from 255) = 19.64%
BLUE value IS 132 (51.95% from 255) = 29.80%
R=50.56%
G=19.64%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248713200.610.410.12340.2968.8460.98
HexE0578403D29C154453d
Octal340127204075511452410575
Binary11100000101011110000100011110110100111001010101001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05784; }

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

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

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

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

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

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

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

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