#E34780

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

Shades of Dark Pink #E34780

Tints of Dark Pink #E34780

Color information

#E34780 (or 0xE34780) is unknown color: approx Dark Pink. HEX triplet: E3, 47 and 80. RGB value is (227,71,128). Sum of RGB (Red+Green+Blue) = 227+71+128=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E34780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34780 is #1CB87F. Grayscale: #7C7C7C. Windows color (decimal): -1882240 or 8407011. OLE color: 8407011.

HSL color Cylindrical-coordinate representation of color #E34780: hue angle of 338.08º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E34780 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB22771128-
CMYK00.690.440.11
HSL338.08º73.58%58.43%-
HSV(B)338.08º68.72%89.02%-
XYZ37.8322.422.75-
YUV124.14130.18201.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.29%
GREEN value IS 71 (28.12% from 255) = 16.67%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=53.29%
G=16.67%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277112800.690.440.11338.0873.5858.43
HexE347800452CB1524a3a
Octal3431072000105541352211272
Binary111000111000111100000000100010110110010111010100101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34780; }

 p { color: rgb(227,71,128); }

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

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

 a { background-color: rgb(227,71,128); }

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

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

 span { border-color: rgb(227,71,128); }

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