Html Css Color HEX #E5497F Dark Pink

📋 copy color: '#E5497F'

red 229 ◦ green 73 ◦ blue 127

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

Shades of Dark Pink #E5497F

Tints of Dark Pink #E5497F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.02%

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

R = 53.38%
G = 17.02%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5497F (or 0xE5497F) is known color: Dark Pink. HEX triplet: E5, 49 and 7F. RGB value is (229,73,127). Sum of RGB (Red+Green+Blue) = 229+73+127=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E5497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5497F is #1AB680. Grayscale: #7D7D7D. Windows color (decimal): -1750657 or 8341989. OLE color: 8341989.

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

Color convert

RGB 229 73 127 -
CMYK 0 0.68 0.45 0.10
HSL 339.23º 0.75% 0.59% -
HSV(B) 339.23º 0.68% 0.9% -
XYZ 38.53 22.96 22.48 -
YUV 125.8 128.68 201.61 -
System Red Green Blue C M Y K H S L
Decimal 229 73 127 0 0.68 0.45 0.10 339.23 0.75 0.59
Hex E5 49 7F 0 44 2D A 153 4B 3B
Octal 345 111 177 0 104 55 12 523 113 73
Binary 11100101 1001001 1111111 0 1000100 101101 1010 101010011 1001011 111011

Color Harmonies of #E5497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5497F

Black with #E5497F

Text Example


Text Example

White with #E5497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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