Html Css Color HEX #E54785 Dark Pink

📋 copy color: '#E54785'

red 229 ◦ green 71 ◦ blue 133

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

Shades of Dark Pink #E54785

Tints of Dark Pink #E54785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.4%

 BLUE value IS 133 (52.34% from 255) = 30.72%

R = 52.89%
G = 16.4%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E54785 (or 0xE54785) is known color: Dark Pink. HEX triplet: E5, 47 and 85. RGB value is (229,71,133). Sum of RGB (Red+Green+Blue) = 229+71+133=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E54785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54785 is #1AB87A. Grayscale: #7D7D7D. Windows color (decimal): -1751163 or 8734693. OLE color: 8734693.

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

Color convert

RGB 229 71 133 -
CMYK 0 0.69 0.42 0.10
HSL 336.46º 0.75% 0.59% -
HSV(B) 336.46º 0.69% 0.9% -
XYZ 38.8 22.86 24.56 -
YUV 125.31 132.35 201.96 -
System Red Green Blue C M Y K H S L
Decimal 229 71 133 0 0.69 0.42 0.10 336.46 0.75 0.59
Hex E5 47 85 0 45 2A A 150 4B 3B
Octal 345 107 205 0 105 52 12 520 113 73
Binary 11100101 1000111 10000101 0 1000101 101010 1010 101010000 1001011 111011

Color Harmonies of #E54785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54785

Black with #E54785

Text Example


Text Example

White with #E54785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54785; }

 p { color: rgb(229,71,133); }

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

background-color css

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

 a { background-color: rgb(229,71,133); }

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

border-color css

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

 span { border-color: rgb(229,71,133); }

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