Html Css Color HEX #E74C80 Dark Pink

📋 copy color: '#E74C80'

red 231 ◦ green 76 ◦ blue 128

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

Shades of Dark Pink #E74C80

Tints of Dark Pink #E74C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.47%

 BLUE value IS 128 (50.39% from 255) = 29.43%

R = 53.1%
G = 17.47%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E74C80 (or 0xE74C80) is known color: Dark Pink. HEX triplet: E7, 4C and 80. RGB value is (231,76,128). Sum of RGB (Red+Green+Blue) = 231+76+128=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74C80 is #18B37F. Grayscale: #808080. Windows color (decimal): -1618816 or 8408295. OLE color: 8408295.

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

Color convert

RGB 231 76 128 -
CMYK 0 0.67 0.45 0.09
HSL 339.87º 0.76% 0.6% -
HSV(B) 339.87º 0.67% 0.91% -
XYZ 39.44 23.72 22.92 -
YUV 128.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 231 76 128 0 0.67 0.45 0.09 339.87 0.76 0.6
Hex E7 4C 80 0 43 2D 9 154 4C 3C
Octal 347 114 200 0 103 55 11 524 114 74
Binary 11100111 1001100 10000000 0 1000011 101101 1001 101010100 1001100 111100

Color Harmonies of #E74C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74C80

Black with #E74C80

Text Example


Text Example

White with #E74C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74C80; }

 p { color: rgb(231,76,128); }

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

background-color css

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

 a { background-color: rgb(231,76,128); }

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

border-color css

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

 span { border-color: rgb(231,76,128); }

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