#e74d7a

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

Shades of Dark Pink #E74D7A

Tints of Dark Pink #E74D7A

Color information

#E74D7A (or 0xE74D7A) is unknown color: approx Dark Pink. HEX triplet: E7, 4D and 7A. RGB value is (231,77,122). Sum of RGB (Red+Green+Blue) = 231+77+122=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74D7A is #18B285. Grayscale: #808080. Windows color (decimal): -1618566 or 8015335. OLE color: 8015335.

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

Color convert

RGB23177122-
CMYK00.670.470.09
HSL342.47º76.24%60.39%-
HSV(B)342.47º66.67%90.59%-
XYZ39.1223.720.93-
YUV128.18124.52201.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.72%
GREEN value IS 77 (30.47% from 255) = 17.91%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=53.72%
G=17.91%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317712200.670.470.09342.4776.2460.39
HexE74D7A0432F91564c3c
Octal3471151720103571152611474
Binary11100111100110111110100100001110111110011010101101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e74d7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e74d7a; }

 p { color: rgb(231,77,122); }

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

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

 a { background-color: rgb(231,77,122); }

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

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

 span { border-color: rgb(231,77,122); }

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