Html Css Color HEX #E54C8B Dark Pink

📋 copy color: '#E54C8B'

red 229 ◦ green 76 ◦ blue 139

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

Shades of Dark Pink #E54C8B

Tints of Dark Pink #E54C8B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.12%

 BLUE value IS 139 (54.69% from 255) = 31.31%

R = 51.58%
G = 17.12%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E54C8B (or 0xE54C8B) is known color: Dark Pink. HEX triplet: E5, 4C and 8B. RGB value is (229,76,139). Sum of RGB (Red+Green+Blue) = 229+76+139=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54C8B is #1AB374. Grayscale: #808080. Windows color (decimal): -1749877 or 9129189. OLE color: 9129189.

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

Color convert

RGB 229 76 139 -
CMYK 0 0.67 0.39 0.10
HSL 335.29º 0.75% 0.6% -
HSV(B) 335.29º 0.67% 0.9% -
XYZ 39.56 23.69 26.91 -
YUV 128.93 133.69 199.38 -
System Red Green Blue C M Y K H S L
Decimal 229 76 139 0 0.67 0.39 0.10 335.29 0.75 0.6
Hex E5 4C 8B 0 43 27 A 14F 4B 3C
Octal 345 114 213 0 103 47 12 517 113 74
Binary 11100101 1001100 10001011 0 1000011 100111 1010 101001111 1001011 111100

Color Harmonies of #E54C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54C8B

Black with #E54C8B

Text Example


Text Example

White with #E54C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54C8B; }

 p { color: rgb(229,76,139); }

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

background-color css

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

 a { background-color: rgb(229,76,139); }

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

border-color css

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

 span { border-color: rgb(229,76,139); }

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