#E44986

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

Shades of Dark Pink #E44986

Tints of Dark Pink #E44986

Color information

#E44986 (or 0xE44986) is unknown color: approx Dark Pink. HEX triplet: E4, 49 and 86. RGB value is (228,73,134). Sum of RGB (Red+Green+Blue) = 228+73+134=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E44986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44986 is #1BB679. Grayscale: #7E7E7E. Windows color (decimal): -1816186 or 8800740. OLE color: 8800740.

HSL color Cylindrical-coordinate representation of color #E44986: hue angle of 336.39º degrees, saturation: 0.74, 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 #E44986 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB22873134-
CMYK00.680.410.11
HSL336.39º74.16%59.02%-
HSV(B)336.39º67.98%89.41%-
XYZ38.6822.9824.95-
YUV126.3132.35200.54-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.41%
GREEN value IS 73 (28.91% from 255) = 16.78%
BLUE value IS 134 (52.73% from 255) = 30.80%
R=52.41%
G=16.78%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287313400.680.410.11336.3974.1659.02
HexE4498604429B1504a3b
Octal3441112060104511352011273
Binary111001001001001100001100100010010100110111010100001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44986; }

 p { color: rgb(228,73,134); }

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

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

 a { background-color: rgb(228,73,134); }

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

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

 span { border-color: rgb(228,73,134); }

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