Html Css Color HEX #E54380 Dark Pink

📋 copy color: '#E54380'

red 229 ◦ green 67 ◦ blue 128

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

Shades of Dark Pink #E54380

Tints of Dark Pink #E54380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.8%

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

R = 54.01%
G = 15.8%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E54380 (or 0xE54380) is known color: Dark Pink. HEX triplet: E5, 43 and 80. RGB value is (229,67,128). Sum of RGB (Red+Green+Blue) = 229+67+128=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E54380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54380 is #1ABC7F. Grayscale: #7A7A7A. Windows color (decimal): -1752192 or 8405989. OLE color: 8405989.

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

Color convert

RGB 229 67 128 -
CMYK 0 0.71 0.44 0.10
HSL 337.41º 0.76% 0.58% -
HSV(B) 337.41º 0.71% 0.9% -
XYZ 38.22 22.23 22.7 -
YUV 122.39 131.17 204.04 -
System Red Green Blue C M Y K H S L
Decimal 229 67 128 0 0.71 0.44 0.10 337.41 0.76 0.58
Hex E5 43 80 0 47 2C A 151 4C 3A
Octal 345 103 200 0 107 54 12 521 114 72
Binary 11100101 1000011 10000000 0 1000111 101100 1010 101010001 1001100 111010

Color Harmonies of #E54380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54380

Black with #E54380

Text Example


Text Example

White with #E54380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54380; }

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

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

background-color css

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

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

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

border-color css

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

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

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