Html Css Color HEX #E54A7D Dark Pink

📋 copy color: '#E54A7D'

red 229 ◦ green 74 ◦ blue 125

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

Shades of Dark Pink #E54A7D

Tints of Dark Pink #E54A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.29%

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

R = 53.5%
G = 17.29%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E54A7D (or 0xE54A7D) is known color: Dark Pink. HEX triplet: E5, 4A and 7D. RGB value is (229,74,125). Sum of RGB (Red+Green+Blue) = 229+74+125=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A7D is #1AB582. Grayscale: #7E7E7E. Windows color (decimal): -1750403 or 8211173. OLE color: 8211173.

HSL color Cylindrical-coordinate representation of color #E54A7D: hue angle of 340.26º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54A7D is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 74 125 -
CMYK 0 0.68 0.45 0.10
HSL 340.26º 0.75% 0.59% -
HSV(B) 340.26º 0.68% 0.9% -
XYZ 38.46 23.04 21.82 -
YUV 126.16 127.35 201.35 -
System Red Green Blue C M Y K H S L
Decimal 229 74 125 0 0.68 0.45 0.10 340.26 0.75 0.59
Hex E5 4A 7D 0 44 2D A 154 4B 3B
Octal 345 112 175 0 104 55 12 524 113 73
Binary 11100101 1001010 1111101 0 1000100 101101 1010 101010100 1001011 111011

Color Harmonies of #E54A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54A7D

Black with #E54A7D

Text Example


Text Example

White with #E54A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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