Html Css Color HEX #E05780 Dark Pink

📋 copy color: '#E05780'

red 224 ◦ green 87 ◦ blue 128

#E05780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #E05780

Tints of Dark Pink #E05780

RGB

 RED value IS 224 (87.89% from 255) = 51.03%

 GREEN value IS 87 (34.38% from 255) = 19.82%

 BLUE value IS 128 (50.39% from 255) = 29.16%

R = 51.03%
G = 19.82%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E05780 (or 0xE05780) is known color: Dark Pink. HEX triplet: E0, 57 and 80. RGB value is (224,87,128). Sum of RGB (Red+Green+Blue) = 224+87+128=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E05780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05780 is #1FA87F. Grayscale: #848484. Windows color (decimal): -2074752 or 8411104. OLE color: 8411104.

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

Color convert

RGB 224 87 128 -
CMYK 0 0.61 0.43 0.12
HSL 342.04º 0.69% 0.61% -
HSV(B) 342.04º 0.61% 0.88% -
XYZ 38.04 24.22 23.09 -
YUV 132.64 125.39 193.17 -
System Red Green Blue C M Y K H S L
Decimal 224 87 128 0 0.61 0.43 0.12 342.04 0.69 0.61
Hex E0 57 80 0 3D 2B C 156 45 3D
Octal 340 127 200 0 75 53 14 526 105 75
Binary 11100000 1010111 10000000 0 111101 101011 1100 101010110 1000101 111101

Color Harmonies of #E05780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05780

Black with #E05780

Text Example


Text Example

White with #E05780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05780; }

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

 H1.HeaderClassName
 {
   color: #E05780;
 }
 .AnyTagClassName
 {
   color: #E05780;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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