Html Css Color HEX #E74A79 Dark Pink

📋 copy color: '#E74A79'

red 231 ◦ green 74 ◦ blue 121

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

Shades of Dark Pink #E74A79

Tints of Dark Pink #E74A79

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.37%

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

R = 54.23%
G = 17.37%
B = 28.4%

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

#E74A79 (or 0xE74A79) is known color: Dark Pink. HEX triplet: E7, 4A and 79. RGB value is (231,74,121). Sum of RGB (Red+Green+Blue) = 231+74+121=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74A79 is #18B586. Grayscale: #7E7E7E. Windows color (decimal): -1619335 or 7949031. OLE color: 7949031.

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

Color convert

RGB 231 74 121 -
CMYK 0 0.68 0.48 0.09
HSL 342.04º 0.77% 0.6% -
HSV(B) 342.04º 0.68% 0.91% -
XYZ 38.85 23.27 20.53 -
YUV 126.3 125.01 202.68 -
System Red Green Blue C M Y K H S L
Decimal 231 74 121 0 0.68 0.48 0.09 342.04 0.77 0.6
Hex E7 4A 79 0 44 30 9 156 4D 3C
Octal 347 112 171 0 104 60 11 526 115 74
Binary 11100111 1001010 1111001 0 1000100 110000 1001 101010110 1001101 111100

Color Harmonies of #E74A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74A79

Black with #E74A79

Text Example


Text Example

White with #E74A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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