Html Css Color HEX #E54D7D Dark Pink

📋 copy color: '#E54D7D'

red 229 ◦ green 77 ◦ blue 125

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

Shades of Dark Pink #E54D7D

Tints of Dark Pink #E54D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29%

R = 53.13%
G = 17.87%
B = 29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E54D7D (or 0xE54D7D) is known color: Dark Pink. HEX triplet: E5, 4D and 7D. RGB value is (229,77,125). Sum of RGB (Red+Green+Blue) = 229+77+125=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54D7D is #1AB282. Grayscale: #7F7F7F. Windows color (decimal): -1749635 or 8211941. OLE color: 8211941.

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

Color convert

RGB 229 77 125 -
CMYK 0 0.66 0.45 0.10
HSL 341.05º 0.75% 0.6% -
HSV(B) 341.05º 0.66% 0.9% -
XYZ 38.67 23.45 21.89 -
YUV 127.92 126.36 200.1 -
System Red Green Blue C M Y K H S L
Decimal 229 77 125 0 0.66 0.45 0.10 341.05 0.75 0.6
Hex E5 4D 7D 0 42 2D A 155 4B 3C
Octal 345 115 175 0 102 55 12 525 113 74
Binary 11100101 1001101 1111101 0 1000010 101101 1010 101010101 1001011 111100

Color Harmonies of #E54D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54D7D

Black with #E54D7D

Text Example


Text Example

White with #E54D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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