Html Css Color HEX #E54E7C Dark Pink

📋 copy color: '#E54E7C'

red 229 ◦ green 78 ◦ blue 124

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

Shades of Dark Pink #E54E7C

Tints of Dark Pink #E54E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.77%

R = 53.13%
G = 18.1%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E54E7C (or 0xE54E7C) is known color: Dark Pink. HEX triplet: E5, 4E and 7C. RGB value is (229,78,124). Sum of RGB (Red+Green+Blue) = 229+78+124=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54E7C is #1AB183. Grayscale: #808080. Windows color (decimal): -1749380 or 8146661. OLE color: 8146661.

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

Color convert

RGB 229 78 124 -
CMYK 0 0.66 0.46 0.10
HSL 341.72º 0.74% 0.6% -
HSV(B) 341.72º 0.66% 0.9% -
XYZ 38.68 23.56 21.58 -
YUV 128.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 229 78 124 0 0.66 0.46 0.10 341.72 0.74 0.6
Hex E5 4E 7C 0 42 2E A 156 4A 3C
Octal 345 116 174 0 102 56 12 526 112 74
Binary 11100101 1001110 1111100 0 1000010 101110 1010 101010110 1001010 111100

Color Harmonies of #E54E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54E7C

Black with #E54E7C

Text Example


Text Example

White with #E54E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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