Html Css Color HEX #E54D82 Dark Pink

📋 copy color: '#E54D82'

red 229 ◦ green 77 ◦ blue 130

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

Shades of Dark Pink #E54D82

Tints of Dark Pink #E54D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.82%

R = 52.52%
G = 17.66%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E54D82 (or 0xE54D82) is known color: Dark Pink. HEX triplet: E5, 4D and 82. RGB value is (229,77,130). Sum of RGB (Red+Green+Blue) = 229+77+130=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54D82 is #1AB27D. Grayscale: #808080. Windows color (decimal): -1749630 or 8539621. OLE color: 8539621.

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

Color convert

RGB 229 77 130 -
CMYK 0 0.66 0.43 0.10
HSL 339.08º 0.75% 0.6% -
HSV(B) 339.08º 0.66% 0.9% -
XYZ 39 23.58 23.61 -
YUV 128.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 229 77 130 0 0.66 0.43 0.10 339.08 0.75 0.6
Hex E5 4D 82 0 42 2B A 153 4B 3C
Octal 345 115 202 0 102 53 12 523 113 74
Binary 11100101 1001101 10000010 0 1000010 101011 1010 101010011 1001011 111100

Color Harmonies of #E54D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54D82

Black with #E54D82

Text Example


Text Example

White with #E54D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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