Html Css Color HEX #E5477F Dark Pink

📋 copy color: '#E5477F'

red 229 ◦ green 71 ◦ blue 127

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

Shades of Dark Pink #E5477F

Tints of Dark Pink #E5477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.74%

R = 53.63%
G = 16.63%
B = 29.74%

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

#E5477F (or 0xE5477F) is known color: Dark Pink. HEX triplet: E5, 47 and 7F. RGB value is (229,71,127). Sum of RGB (Red+Green+Blue) = 229+71+127=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E5477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5477F is #1AB880. Grayscale: #7C7C7C. Windows color (decimal): -1751169 or 8341477. OLE color: 8341477.

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

Color convert

RGB 229 71 127 -
CMYK 0 0.69 0.45 0.10
HSL 338.73º 0.75% 0.59% -
HSV(B) 338.73º 0.69% 0.9% -
XYZ 38.4 22.7 22.44 -
YUV 124.63 129.35 202.45 -
System Red Green Blue C M Y K H S L
Decimal 229 71 127 0 0.69 0.45 0.10 338.73 0.75 0.59
Hex E5 47 7F 0 45 2D A 153 4B 3B
Octal 345 107 177 0 105 55 12 523 113 73
Binary 11100101 1000111 1111111 0 1000101 101101 1010 101010011 1001011 111011

Color Harmonies of #E5477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5477F

Black with #E5477F

Text Example


Text Example

White with #E5477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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