Html Css Color HEX #E5477D Dark Pink

📋 copy color: '#E5477D'

red 229 ◦ green 71 ◦ blue 125

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

Shades of Dark Pink #E5477D

Tints of Dark Pink #E5477D

RGB

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

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

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

R = 53.88%
G = 16.71%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5477D (or 0xE5477D) is known color: Dark Pink. HEX triplet: E5, 47 and 7D. RGB value is (229,71,125). Sum of RGB (Red+Green+Blue) = 229+71+125=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5477D is #1AB882. Grayscale: #7C7C7C. Windows color (decimal): -1751171 or 8210405. OLE color: 8210405.

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

Color convert

RGB 229 71 125 -
CMYK 0 0.69 0.45 0.10
HSL 339.49º 0.75% 0.59% -
HSV(B) 339.49º 0.69% 0.9% -
XYZ 38.27 22.65 21.76 -
YUV 124.4 128.35 202.61 -
System Red Green Blue C M Y K H S L
Decimal 229 71 125 0 0.69 0.45 0.10 339.49 0.75 0.59
Hex E5 47 7D 0 45 2D A 153 4B 3B
Octal 345 107 175 0 105 55 12 523 113 73
Binary 11100101 1000111 1111101 0 1000101 101101 1010 101010011 1001011 111011

Color Harmonies of #E5477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5477D

Black with #E5477D

Text Example


Text Example

White with #E5477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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