Html Css Color HEX #E54780 Dark Pink

📋 copy color: '#E54780'

red 229 ◦ green 71 ◦ blue 128

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

Shades of Dark Pink #E54780

Tints of Dark Pink #E54780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.59%

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

R = 53.5%
G = 16.59%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E54780 (or 0xE54780) is known color: Dark Pink. HEX triplet: E5, 47 and 80. RGB value is (229,71,128). Sum of RGB (Red+Green+Blue) = 229+71+128=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E54780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54780 is #1AB87F. Grayscale: #7C7C7C. Windows color (decimal): -1751168 or 8407013. OLE color: 8407013.

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

Color convert

RGB 229 71 128 -
CMYK 0 0.69 0.44 0.10
HSL 338.35º 0.75% 0.59% -
HSV(B) 338.35º 0.69% 0.9% -
XYZ 38.46 22.72 22.78 -
YUV 124.74 129.85 202.37 -
System Red Green Blue C M Y K H S L
Decimal 229 71 128 0 0.69 0.44 0.10 338.35 0.75 0.59
Hex E5 47 80 0 45 2C A 152 4B 3B
Octal 345 107 200 0 105 54 12 522 113 73
Binary 11100101 1000111 10000000 0 1000101 101100 1010 101010010 1001011 111011

Color Harmonies of #E54780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54780

Black with #E54780

Text Example


Text Example

White with #E54780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54780; }

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

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

background-color css

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

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

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

border-color css

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

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

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