Html Css Color HEX #E54E89 Dark Pink

📋 copy color: '#E54E89'

red 229 ◦ green 78 ◦ blue 137

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

Shades of Dark Pink #E54E89

Tints of Dark Pink #E54E89

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.57%

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

R = 51.58%
G = 17.57%
B = 30.86%

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

#E54E89 (or 0xE54E89) is known color: Dark Pink. HEX triplet: E5, 4E and 89. RGB value is (229,78,137). Sum of RGB (Red+Green+Blue) = 229+78+137=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54E89 is #1AB176. Grayscale: #818181. Windows color (decimal): -1749367 or 8998629. OLE color: 8998629.

HSL color Cylindrical-coordinate representation of color #E54E89: hue angle of 336.56º degrees, saturation: 0.74, 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 #E54E89 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 78 137 -
CMYK 0 0.66 0.40 0.10
HSL 336.56º 0.74% 0.6% -
HSV(B) 336.56º 0.66% 0.9% -
XYZ 39.55 23.91 26.2 -
YUV 129.88 132.03 198.7 -
System Red Green Blue C M Y K H S L
Decimal 229 78 137 0 0.66 0.40 0.10 336.56 0.74 0.6
Hex E5 4E 89 0 42 28 A 151 4A 3C
Octal 345 116 211 0 102 50 12 521 112 74
Binary 11100101 1001110 10001001 0 1000010 101000 1010 101010001 1001010 111100

Color Harmonies of #E54E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54E89

Black with #E54E89

Text Example


Text Example

White with #E54E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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