Html Css Color HEX #E05080 Dark Pink

📋 copy color: '#E05080'

red 224 ◦ green 80 ◦ blue 128

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

Shades of Dark Pink #E05080

Tints of Dark Pink #E05080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.52%

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

R = 51.85%
G = 18.52%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E05080 (or 0xE05080) is known color: Dark Pink. HEX triplet: E0, 50 and 80. RGB value is (224,80,128). Sum of RGB (Red+Green+Blue) = 224+80+128=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E05080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05080 is #1FAF7F. Grayscale: #808080. Windows color (decimal): -2076544 or 8409312. OLE color: 8409312.

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

Color convert

RGB 224 80 128 -
CMYK 0 0.64 0.43 0.12
HSL 340º 0.7% 0.6% -
HSV(B) 340º 0.64% 0.88% -
XYZ 37.51 23.14 22.91 -
YUV 128.53 127.71 196.1 -
System Red Green Blue C M Y K H S L
Decimal 224 80 128 0 0.64 0.43 0.12 340 0.7 0.6
Hex E0 50 80 0 40 2B C 154 46 3C
Octal 340 120 200 0 100 53 14 524 106 74
Binary 11100000 1010000 10000000 0 1000000 101011 1100 101010100 1000110 111100

Color Harmonies of #E05080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05080

Black with #E05080

Text Example


Text Example

White with #E05080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05080; }

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

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

background-color css

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

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

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

border-color css

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

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

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