Html Css Color HEX #E74979 Dark Pink

📋 copy color: '#E74979'

red 231 ◦ green 73 ◦ blue 121

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

Shades of Dark Pink #E74979

Tints of Dark Pink #E74979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.47%

R = 54.35%
G = 17.18%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E74979 (or 0xE74979) is known color: Dark Pink. HEX triplet: E7, 49 and 79. RGB value is (231,73,121). Sum of RGB (Red+Green+Blue) = 231+73+121=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E74979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74979 is #18B686. Grayscale: #7D7D7D. Windows color (decimal): -1619591 or 7948775. OLE color: 7948775.

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

Color convert

RGB 231 73 121 -
CMYK 0 0.68 0.48 0.09
HSL 341.77º 0.77% 0.6% -
HSV(B) 341.77º 0.68% 0.91% -
XYZ 38.79 23.13 20.51 -
YUV 125.71 125.35 203.1 -
System Red Green Blue C M Y K H S L
Decimal 231 73 121 0 0.68 0.48 0.09 341.77 0.77 0.6
Hex E7 49 79 0 44 30 9 156 4D 3C
Octal 347 111 171 0 104 60 11 526 115 74
Binary 11100111 1001001 1111001 0 1000100 110000 1001 101010110 1001101 111100

Color Harmonies of #E74979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74979

Black with #E74979

Text Example


Text Example

White with #E74979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74979; }

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

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

background-color css

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

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

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

border-color css

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

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

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