#E44580

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

Shades of Dark Pink #E44580

Tints of Dark Pink #E44580

Color information

#E44580 (or 0xE44580) is unknown color: approx Dark Pink. HEX triplet: E4, 45 and 80. RGB value is (228,69,128). Sum of RGB (Red+Green+Blue) = 228+69+128=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E44580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44580 is #1BBA7F. Grayscale: #7B7B7B. Windows color (decimal): -1817216 or 8406500. OLE color: 8406500.

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

Color convert

RGB22869128-
CMYK00.700.440.11
HSL337.74º74.65%58.24%-
HSV(B)337.74º69.74%89.41%-
XYZ38.0222.3122.72-
YUV123.27130.68202.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 53.65%
GREEN value IS 69 (27.34% from 255) = 16.24%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=53.65%
G=16.24%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2286912800.700.440.11337.7474.6558.24
HexE445800462CB1524b3a
Octal3441052000106541352211372
Binary111001001000101100000000100011010110010111010100101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44580; }

 p { color: rgb(228,69,128); }

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

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

 a { background-color: rgb(228,69,128); }

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

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

 span { border-color: rgb(228,69,128); }

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