#E34981

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

Shades of Dark Pink #E34981

Tints of Dark Pink #E34981

Color information

#E34981 (or 0xE34981) is unknown color: approx Dark Pink. HEX triplet: E3, 49 and 81. RGB value is (227,73,129). Sum of RGB (Red+Green+Blue) = 227+73+129=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E34981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34981 is #1CB67E. Grayscale: #7D7D7D. Windows color (decimal): -1881727 or 8473059. OLE color: 8473059.

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

Color convert

RGB22773129-
CMYK00.680.430.11
HSL338.18º73.33%58.82%-
HSV(B)338.18º67.84%89.02%-
XYZ38.0222.6823.14-
YUV125.43130.02200.45-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.91%
GREEN value IS 73 (28.91% from 255) = 17.02%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=52.91%
G=17.02%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277312900.680.430.11338.1873.3358.82
HexE349810442BB152493b
Octal3431112010104531352211173
Binary111000111001001100000010100010010101110111010100101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34981; }

 p { color: rgb(227,73,129); }

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

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

 a { background-color: rgb(227,73,129); }

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

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

 span { border-color: rgb(227,73,129); }

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