#E44D7F

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

Shades of Dark Pink #E44D7F

Tints of Dark Pink #E44D7F

Color information

#E44D7F (or 0xE44D7F) is unknown color: approx Dark Pink. HEX triplet: E4, 4D and 7F. RGB value is (228,77,127). Sum of RGB (Red+Green+Blue) = 228+77+127=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E44D7F is #1BB280. Grayscale: #7F7F7F. Windows color (decimal): -1815169 or 8343012. OLE color: 8343012.

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

Color convert

RGB22877127-
CMYK00.660.440.11
HSL340.13º73.66%59.8%-
HSV(B)340.13º66.23%89.41%-
XYZ38.4823.3322.55-
YUV127.85127.53199.43-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.78%
GREEN value IS 77 (30.47% from 255) = 17.82%
BLUE value IS 127 (50% from 255) = 29.40%
R=52.78%
G=17.82%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287712700.660.440.11340.1373.6659.8
HexE44D7F0422CB1544a3c
Octal3441151770102541352411274
Binary11100100100110111111110100001010110010111010101001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44D7F; }

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

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

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

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

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

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

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

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