Html Css Color HEX #E54880 Dark Pink

📋 copy color: '#E54880'

red 229 ◦ green 72 ◦ blue 128

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

Shades of Dark Pink #E54880

Tints of Dark Pink #E54880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.78%

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

R = 53.38%
G = 16.78%
B = 29.84%

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

#E54880 (or 0xE54880) is known color: Dark Pink. HEX triplet: E5, 48 and 80. RGB value is (229,72,128). Sum of RGB (Red+Green+Blue) = 229+72+128=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E54880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54880 is #1AB77F. Grayscale: #7D7D7D. Windows color (decimal): -1750912 or 8407269. OLE color: 8407269.

HSL color Cylindrical-coordinate representation of color #E54880: hue angle of 338.6º 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 #E54880 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 72 128 -
CMYK 0 0.69 0.44 0.10
HSL 338.6º 0.75% 0.59% -
HSV(B) 338.6º 0.69% 0.9% -
XYZ 38.53 22.85 22.8 -
YUV 125.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 229 72 128 0 0.69 0.44 0.10 338.6 0.75 0.59
Hex E5 48 80 0 45 2C A 153 4B 3B
Octal 345 110 200 0 105 54 12 523 113 73
Binary 11100101 1001000 10000000 0 1000101 101100 1010 101010011 1001011 111011

Color Harmonies of #E54880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54880

Black with #E54880

Text Example


Text Example

White with #E54880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54880; }

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

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

background-color css

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

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

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

border-color css

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

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

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