#E74E86

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

Shades of Dark Pink #E74E86

Tints of Dark Pink #E74E86

Color information

#E74E86 (or 0xE74E86) is unknown color: approx Dark Pink. HEX triplet: E7, 4E and 86. RGB value is (231,78,134). Sum of RGB (Red+Green+Blue) = 231+78+134=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74E86 is #18B179. Grayscale: #828282. Windows color (decimal): -1618298 or 8802023. OLE color: 8802023.

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

Color convert

RGB23178134-
CMYK00.660.420.09
HSL338.04º76.12%60.59%-
HSV(B)338.04º66.23%90.59%-
XYZ39.9824.1625.11-
YUV130.13130.19199.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.14%
GREEN value IS 78 (30.86% from 255) = 17.61%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=52.14%
G=17.61%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317813400.660.420.09338.0476.1260.59
HexE74E860422A91524c3d
Octal3471162060102521152211475
Binary111001111001110100001100100001010101010011010100101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74E86; }

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

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

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

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

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

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

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

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