Html Css Color HEX #E54A8A Dark Pink

📋 copy color: '#E54A8A'

red 229 ◦ green 74 ◦ blue 138

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

Shades of Dark Pink #E54A8A

Tints of Dark Pink #E54A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 51.93%
G = 16.78%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E54A8A (or 0xE54A8A) is known color: Dark Pink. HEX triplet: E5, 4A and 8A. RGB value is (229,74,138). Sum of RGB (Red+Green+Blue) = 229+74+138=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54A8A is #1AB575. Grayscale: #7F7F7F. Windows color (decimal): -1750390 or 9063141. OLE color: 9063141.

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

Color convert

RGB 229 74 138 -
CMYK 0 0.68 0.40 0.10
HSL 335.23º 0.75% 0.59% -
HSV(B) 335.23º 0.68% 0.9% -
XYZ 39.35 23.39 26.49 -
YUV 127.64 133.85 200.3 -
System Red Green Blue C M Y K H S L
Decimal 229 74 138 0 0.68 0.40 0.10 335.23 0.75 0.59
Hex E5 4A 8A 0 44 28 A 14F 4B 3B
Octal 345 112 212 0 104 50 12 517 113 73
Binary 11100101 1001010 10001010 0 1000100 101000 1010 101001111 1001011 111011

Color Harmonies of #E54A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54A8A

Black with #E54A8A

Text Example


Text Example

White with #E54A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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