Html Css Color HEX #E55080 Dark Pink

📋 copy color: '#E55080'

red 229 ◦ green 80 ◦ blue 128

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

Shades of Dark Pink #E55080

Tints of Dark Pink #E55080

RGB

 RED value IS 229 (89.84% from 255) = 52.4%

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

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

R = 52.4%
G = 18.31%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E55080 (or 0xE55080) is known color: Dark Pink. HEX triplet: E5, 50 and 80. RGB value is (229,80,128). Sum of RGB (Red+Green+Blue) = 229+80+128=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E55080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55080 is #1AAF7F. Grayscale: #818181. Windows color (decimal): -1748864 or 8409317. OLE color: 8409317.

HSL color Cylindrical-coordinate representation of color #E55080: hue angle of 340.67º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55080 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 128 -
CMYK 0 0.65 0.44 0.10
HSL 340.67º 0.74% 0.61% -
HSV(B) 340.67º 0.65% 0.9% -
XYZ 39.08 23.95 22.99 -
YUV 130.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 229 80 128 0 0.65 0.44 0.10 340.67 0.74 0.61
Hex E5 50 80 0 41 2C A 155 4A 3D
Octal 345 120 200 0 101 54 12 525 112 75
Binary 11100101 1010000 10000000 0 1000001 101100 1010 101010101 1001010 111101

Color Harmonies of #E55080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55080

Black with #E55080

Text Example


Text Example

White with #E55080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55080; }

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

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

background-color css

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

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

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

border-color css

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

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

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