Html Css Color HEX #E5497D Dark Pink

📋 copy color: '#E5497D'

red 229 ◦ green 73 ◦ blue 125

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

Shades of Dark Pink #E5497D

Tints of Dark Pink #E5497D

RGB

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

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

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

R = 53.63%
G = 17.1%
B = 29.27%

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

#E5497D (or 0xE5497D) is known color: Dark Pink. HEX triplet: E5, 49 and 7D. RGB value is (229,73,125). Sum of RGB (Red+Green+Blue) = 229+73+125=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E5497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5497D is #1AB682. Grayscale: #7D7D7D. Windows color (decimal): -1750659 or 8210917. OLE color: 8210917.

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

Color convert

RGB 229 73 125 -
CMYK 0 0.68 0.45 0.10
HSL 340º 0.75% 0.59% -
HSV(B) 340º 0.68% 0.9% -
XYZ 38.4 22.9 21.8 -
YUV 125.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 229 73 125 0 0.68 0.45 0.10 340 0.75 0.59
Hex E5 49 7D 0 44 2D A 154 4B 3B
Octal 345 111 175 0 104 55 12 524 113 73
Binary 11100101 1001001 1111101 0 1000100 101101 1010 101010100 1001011 111011

Color Harmonies of #E5497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5497D

Black with #E5497D

Text Example


Text Example

White with #E5497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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