#e45280

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

Shades of Dark Pink #E45280

Tints of Dark Pink #E45280

Color information

#E45280 (or 0xE45280) is unknown color: approx Dark Pink. HEX triplet: E4, 52 and 80. RGB value is (228,82,128). Sum of RGB (Red+Green+Blue) = 228+82+128=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E45280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45280 is #1BAD7F. Grayscale: #828282. Windows color (decimal): -1813888 or 8409828. OLE color: 8409828.

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

Color convert

RGB22882128-
CMYK00.640.440.11
HSL341.1º73%60.78%-
HSV(B)341.1º64.04%89.41%-
XYZ38.9124.0923.02-
YUV130.9126.37197.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.05%
GREEN value IS 82 (32.42% from 255) = 18.72%
BLUE value IS 128 (50.39% from 255) = 29.22%
R=52.05%
G=18.72%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288212800.640.440.11341.17360.78
HexE452800402CB155493d
Octal3441222000100541352511175
Binary111001001010010100000000100000010110010111010101011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e45280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e45280; }

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

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

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

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

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

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

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

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