Html Css Color HEX #E54E7E Dark Pink

📋 copy color: '#E54E7E'

red 229 ◦ green 78 ◦ blue 126

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

Shades of Dark Pink #E54E7E

Tints of Dark Pink #E54E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 52.89%
G = 18.01%
B = 29.1%

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

#E54E7E (or 0xE54E7E) is known color: Dark Pink. HEX triplet: E5, 4E and 7E. RGB value is (229,78,126). Sum of RGB (Red+Green+Blue) = 229+78+126=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54E7E is #1AB181. Grayscale: #808080. Windows color (decimal): -1749378 or 8277733. OLE color: 8277733.

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

Color convert

RGB 229 78 126 -
CMYK 0 0.66 0.45 0.10
HSL 340.93º 0.74% 0.6% -
HSV(B) 340.93º 0.66% 0.9% -
XYZ 38.8 23.61 22.25 -
YUV 128.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 229 78 126 0 0.66 0.45 0.10 340.93 0.74 0.6
Hex E5 4E 7E 0 42 2D A 155 4A 3C
Octal 345 116 176 0 102 55 12 525 112 74
Binary 11100101 1001110 1111110 0 1000010 101101 1010 101010101 1001010 111100

Color Harmonies of #E54E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54E7E

Black with #E54E7E

Text Example


Text Example

White with #E54E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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