#e74c79

Color #E74C79 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E74C79

Tints of Dark Pink #E74C79

Color information

#E74C79 (or 0xE74C79) is unknown color: approx Dark Pink. HEX triplet: E7, 4C and 79. RGB value is (231,76,121). Sum of RGB (Red+Green+Blue) = 231+76+121=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74C79 is #18B386. Grayscale: #7F7F7F. Windows color (decimal): -1618823 or 7949543. OLE color: 7949543.

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

Color convert

RGB23176121-
CMYK00.670.480.09
HSL342.58º76.35%60.2%-
HSV(B)342.58º67.1%90.59%-
XYZ38.9923.5420.58-
YUV127.48124.35201.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.97%
GREEN value IS 76 (30.08% from 255) = 17.76%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=53.97%
G=17.76%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317612100.670.480.09342.5876.3560.2
HexE74C790433091574c3c
Octal3471141710103601152711474
Binary11100111100110011110010100001111000010011010101111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e74c79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e74c79; }

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

 H1.HeaderClassName
 {
   color: #e74c79;
 }
 .AnyTagClassName
 {
   color: #e74c79;
 }
</style>
background-color css

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

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

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

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

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

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