Html Css Color HEX #E54F7D Dark Pink

📋 copy color: '#E54F7D'

red 229 ◦ green 79 ◦ blue 125

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

Shades of Dark Pink #E54F7D

Tints of Dark Pink #E54F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.24%

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

R = 52.89%
G = 18.24%
B = 28.87%

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

#E54F7D (or 0xE54F7D) is known color: Dark Pink. HEX triplet: E5, 4F and 7D. RGB value is (229,79,125). Sum of RGB (Red+Green+Blue) = 229+79+125=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54F7D is #1AB082. Grayscale: #818181. Windows color (decimal): -1749123 or 8212453. OLE color: 8212453.

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

Color convert

RGB 229 79 125 -
CMYK 0 0.66 0.45 0.10
HSL 341.6º 0.74% 0.6% -
HSV(B) 341.6º 0.66% 0.9% -
XYZ 38.81 23.73 21.94 -
YUV 129.09 125.7 199.26 -
System Red Green Blue C M Y K H S L
Decimal 229 79 125 0 0.66 0.45 0.10 341.6 0.74 0.6
Hex E5 4F 7D 0 42 2D A 156 4A 3C
Octal 345 117 175 0 102 55 12 526 112 74
Binary 11100101 1001111 1111101 0 1000010 101101 1010 101010110 1001010 111100

Color Harmonies of #E54F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54F7D

Black with #E54F7D

Text Example


Text Example

White with #E54F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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