#E34E8E

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

Shades of Dark Pink #E34E8E

Tints of Dark Pink #E34E8E

Color information

#E34E8E (or 0xE34E8E) is unknown color: approx Dark Pink. HEX triplet: E3, 4E and 8E. RGB value is (227,78,142). Sum of RGB (Red+Green+Blue) = 227+78+142=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E34E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34E8E is #1CB171. Grayscale: #818181. Windows color (decimal): -1880434 or 9326307. OLE color: 9326307.

HSL color Cylindrical-coordinate representation of color #E34E8E: hue angle of 334.23º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34E8E is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB22778142-
CMYK00.660.370.11
HSL334.23º72.68%59.8%-
HSV(B)334.23º65.64%89.02%-
XYZ39.2923.7328.1-
YUV129.85134.86197.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.78%
GREEN value IS 78 (30.86% from 255) = 17.45%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=50.78%
G=17.45%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277814200.660.370.11334.2372.6859.8
HexE34E8E04225B14e493c
Octal3431162160102451351611174
Binary111000111001110100011100100001010010110111010011101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34E8E; }

 p { color: rgb(227,78,142); }

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

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

 a { background-color: rgb(227,78,142); }

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

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

 span { border-color: rgb(227,78,142); }

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