Html Css Color HEX #E54D89 Dark Pink

📋 copy color: '#E54D89'

red 229 ◦ green 77 ◦ blue 137

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

Shades of Dark Pink #E54D89

Tints of Dark Pink #E54D89

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.38%

 BLUE value IS 137 (53.91% from 255) = 30.93%

R = 51.69%
G = 17.38%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E54D89 (or 0xE54D89) is known color: Dark Pink. HEX triplet: E5, 4D and 89. RGB value is (229,77,137). Sum of RGB (Red+Green+Blue) = 229+77+137=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54D89 is #1AB276. Grayscale: #818181. Windows color (decimal): -1749623 or 8998373. OLE color: 8998373.

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

Color convert

RGB 229 77 137 -
CMYK 0 0.66 0.40 0.10
HSL 336.32º 0.75% 0.6% -
HSV(B) 336.32º 0.66% 0.9% -
XYZ 39.48 23.77 26.17 -
YUV 129.29 132.36 199.12 -
System Red Green Blue C M Y K H S L
Decimal 229 77 137 0 0.66 0.40 0.10 336.32 0.75 0.6
Hex E5 4D 89 0 42 28 A 150 4B 3C
Octal 345 115 211 0 102 50 12 520 113 74
Binary 11100101 1001101 10001001 0 1000010 101000 1010 101010000 1001011 111100

Color Harmonies of #E54D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54D89

Black with #E54D89

Text Example


Text Example

White with #E54D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54D89; }

 p { color: rgb(229,77,137); }

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

background-color css

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

 a { background-color: rgb(229,77,137); }

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

border-color css

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

 span { border-color: rgb(229,77,137); }

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