Html Css Color HEX #E54F81 Dark Pink

📋 copy color: '#E54F81'

red 229 ◦ green 79 ◦ blue 129

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

Shades of Dark Pink #E54F81

Tints of Dark Pink #E54F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.52%

R = 52.4%
G = 18.08%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E54F81 (or 0xE54F81) is known color: Dark Pink. HEX triplet: E5, 4F and 81. RGB value is (229,79,129). Sum of RGB (Red+Green+Blue) = 229+79+129=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54F81 is #1AB07E. Grayscale: #818181. Windows color (decimal): -1749119 or 8474597. OLE color: 8474597.

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

Color convert

RGB 229 79 129 -
CMYK 0 0.66 0.44 0.10
HSL 340º 0.74% 0.6% -
HSV(B) 340º 0.66% 0.9% -
XYZ 39.07 23.83 23.31 -
YUV 129.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 229 79 129 0 0.66 0.44 0.10 340 0.74 0.6
Hex E5 4F 81 0 42 2C A 154 4A 3C
Octal 345 117 201 0 102 54 12 524 112 74
Binary 11100101 1001111 10000001 0 1000010 101100 1010 101010100 1001010 111100

Color Harmonies of #E54F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54F81

Black with #E54F81

Text Example


Text Example

White with #E54F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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