Html Css Color HEX #E05A80 Dark Pink

📋 copy color: '#E05A80'

red 224 ◦ green 90 ◦ blue 128

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

Shades of Dark Pink #E05A80

Tints of Dark Pink #E05A80

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.36%

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

R = 50.68%
G = 20.36%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E05A80 (or 0xE05A80) is known color: Dark Pink. HEX triplet: E0, 5A and 80. RGB value is (224,90,128). Sum of RGB (Red+Green+Blue) = 224+90+128=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05A80 is #1FA57F. Grayscale: #868686. Windows color (decimal): -2073984 or 8411872. OLE color: 8411872.

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

Color convert

RGB 224 90 128 -
CMYK 0 0.60 0.43 0.12
HSL 342.99º 0.68% 0.62% -
HSV(B) 342.99º 0.6% 0.88% -
XYZ 38.29 24.72 23.17 -
YUV 134.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 224 90 128 0 0.60 0.43 0.12 342.99 0.68 0.62
Hex E0 5A 80 0 3C 2B C 157 44 3E
Octal 340 132 200 0 74 53 14 527 104 76
Binary 11100000 1011010 10000000 0 111100 101011 1100 101010111 1000100 111110

Color Harmonies of #E05A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A80

Black with #E05A80

Text Example


Text Example

White with #E05A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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