#E45190

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

Shades of Dark Pink #E45190

Tints of Dark Pink #E45190

Color information

#E45190 (or 0xE45190) is unknown color: approx Dark Pink. HEX triplet: E4, 51 and 90. RGB value is (228,81,144). Sum of RGB (Red+Green+Blue) = 228+81+144=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E45190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45190 is #1BAE6F. Grayscale: #848484. Windows color (decimal): -1814128 or 9458148. OLE color: 9458148.

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

Color convert

RGB22881144-
CMYK00.640.370.11
HSL334.29º73.13%60.59%-
HSV(B)334.29º64.47%89.41%-
XYZ39.9724.3928.99-
YUV132.14134.7196.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.33%
GREEN value IS 81 (32.03% from 255) = 17.88%
BLUE value IS 144 (56.64% from 255) = 31.79%
R=50.33%
G=17.88%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288114400.640.370.11334.2973.1360.59
HexE4519004025B14e493d
Octal3441212200100451351611175
Binary111001001010001100100000100000010010110111010011101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45190; }

 p { color: rgb(228,81,144); }

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

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

 a { background-color: rgb(228,81,144); }

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

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

 span { border-color: rgb(228,81,144); }

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