Html Css Color HEX #E54E82 Dark Pink

📋 copy color: '#E54E82'

red 229 ◦ green 78 ◦ blue 130

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

Shades of Dark Pink #E54E82

Tints of Dark Pink #E54E82

RGB

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

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

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

R = 52.4%
G = 17.85%
B = 29.75%

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

#E54E82 (or 0xE54E82) is known color: Dark Pink. HEX triplet: E5, 4E and 82. RGB value is (229,78,130). Sum of RGB (Red+Green+Blue) = 229+78+130=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54E82 is #1AB17D. Grayscale: #818181. Windows color (decimal): -1749374 or 8539877. OLE color: 8539877.

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

Color convert

RGB 229 78 130 -
CMYK 0 0.66 0.43 0.10
HSL 339.34º 0.74% 0.6% -
HSV(B) 339.34º 0.66% 0.9% -
XYZ 39.07 23.72 23.64 -
YUV 129.08 128.53 199.27 -
System Red Green Blue C M Y K H S L
Decimal 229 78 130 0 0.66 0.43 0.10 339.34 0.74 0.6
Hex E5 4E 82 0 42 2B A 153 4A 3C
Octal 345 116 202 0 102 53 12 523 112 74
Binary 11100101 1001110 10000010 0 1000010 101011 1010 101010011 1001010 111100

Color Harmonies of #E54E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54E82

Black with #E54E82

Text Example


Text Example

White with #E54E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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