Html Css Color HEX #E54D83 Dark Pink

📋 copy color: '#E54D83'

red 229 ◦ green 77 ◦ blue 131

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

Shades of Dark Pink #E54D83

Tints of Dark Pink #E54D83

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.62%

 BLUE value IS 131 (51.56% from 255) = 29.98%

R = 52.4%
G = 17.62%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E54D83 (or 0xE54D83) is known color: Dark Pink. HEX triplet: E5, 4D and 83. RGB value is (229,77,131). Sum of RGB (Red+Green+Blue) = 229+77+131=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54D83 is #1AB27C. Grayscale: #808080. Windows color (decimal): -1749629 or 8605157. OLE color: 8605157.

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

Color convert

RGB 229 77 131 -
CMYK 0 0.66 0.43 0.10
HSL 338.68º 0.75% 0.6% -
HSV(B) 338.68º 0.66% 0.9% -
XYZ 39.06 23.6 23.97 -
YUV 128.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 229 77 131 0 0.66 0.43 0.10 338.68 0.75 0.6
Hex E5 4D 83 0 42 2B A 153 4B 3C
Octal 345 115 203 0 102 53 12 523 113 74
Binary 11100101 1001101 10000011 0 1000010 101011 1010 101010011 1001011 111100

Color Harmonies of #E54D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54D83

Black with #E54D83

Text Example


Text Example

White with #E54D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54D83; }

 p { color: rgb(229,77,131); }

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

background-color css

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

 a { background-color: rgb(229,77,131); }

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

border-color css

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

 span { border-color: rgb(229,77,131); }

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