#E44D85

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

Shades of Dark Pink #E44D85

Tints of Dark Pink #E44D85

Color information

#E44D85 (or 0xE44D85) is unknown color: approx Dark Pink. HEX triplet: E4, 4D and 85. RGB value is (228,77,133). Sum of RGB (Red+Green+Blue) = 228+77+133=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44D85 is #1BB27A. Grayscale: #808080. Windows color (decimal): -1815163 or 8736228. OLE color: 8736228.

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

Color convert

RGB22877133-
CMYK00.660.420.11
HSL337.75º73.66%59.8%-
HSV(B)337.75º66.23%89.41%-
XYZ38.8823.524.68-
YUV128.53130.53198.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.05%
GREEN value IS 77 (30.47% from 255) = 17.58%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=52.05%
G=17.58%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287713300.660.420.11337.7573.6659.8
HexE44D850422AB1524a3c
Octal3441152050102521352211274
Binary111001001001101100001010100001010101010111010100101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44D85; }

 p { color: rgb(228,77,133); }

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

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

 a { background-color: rgb(228,77,133); }

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

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

 span { border-color: rgb(228,77,133); }

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