Html Css Color HEX #E7497D Dark Pink

📋 copy color: '#E7497D'

red 231 ◦ green 73 ◦ blue 125

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

Shades of Dark Pink #E7497D

Tints of Dark Pink #E7497D

RGB

 RED value IS 231 (90.63% from 255) = 53.85%

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

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

R = 53.85%
G = 17.02%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E7497D (or 0xE7497D) is known color: Dark Pink. HEX triplet: E7, 49 and 7D. RGB value is (231,73,125). Sum of RGB (Red+Green+Blue) = 231+73+125=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E7497D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7497D is #18B682. Grayscale: #7E7E7E. Windows color (decimal): -1619587 or 8210919. OLE color: 8210919.

HSL color Cylindrical-coordinate representation of color #E7497D: hue angle of 340.25º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7497D is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 73 125 -
CMYK 0 0.68 0.46 0.09
HSL 340.25º 0.77% 0.6% -
HSV(B) 340.25º 0.68% 0.91% -
XYZ 39.04 23.23 21.83 -
YUV 126.17 127.35 202.77 -
System Red Green Blue C M Y K H S L
Decimal 231 73 125 0 0.68 0.46 0.09 340.25 0.77 0.6
Hex E7 49 7D 0 44 2E 9 154 4D 3C
Octal 347 111 175 0 104 56 11 524 115 74
Binary 11100111 1001001 1111101 0 1000100 101110 1001 101010100 1001101 111100

Color Harmonies of #E7497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7497D

Black with #E7497D

Text Example


Text Example

White with #E7497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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