#E74E8A

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

Shades of Dark Pink #E74E8A

Tints of Dark Pink #E74E8A

Color information

#E74E8A (or 0xE74E8A) is unknown color: approx Dark Pink. HEX triplet: E7, 4E and 8A. RGB value is (231,78,138). Sum of RGB (Red+Green+Blue) = 231+78+138=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74E8A is #18B175. Grayscale: #828282. Windows color (decimal): -1618294 or 9064167. OLE color: 9064167.

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

Color convert

RGB23178138-
CMYK00.660.400.09
HSL336.47º76.12%60.59%-
HSV(B)336.47º66.23%90.59%-
XYZ40.2724.2726.61-
YUV130.59132.19199.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.68%
GREEN value IS 78 (30.86% from 255) = 17.45%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=51.68%
G=17.45%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317813800.660.400.09336.4776.1260.59
HexE74E8A0422891504c3d
Octal3471162120102501152011475
Binary111001111001110100010100100001010100010011010100001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74E8A; }

 p { color: rgb(231,78,138); }

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

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

 a { background-color: rgb(231,78,138); }

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

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

 span { border-color: rgb(231,78,138); }

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