#E45392

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

Shades of Dark Pink #E45392

Tints of Dark Pink #E45392

Color information

#E45392 (or 0xE45392) is unknown color: approx Dark Pink. HEX triplet: E4, 53 and 92. RGB value is (228,83,146). Sum of RGB (Red+Green+Blue) = 228+83+146=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E45392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45392 is #1BAC6D. Grayscale: #858585. Windows color (decimal): -1813614 or 9589732. OLE color: 9589732.

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

Color convert

RGB22883146-
CMYK00.640.360.11
HSL333.93º72.86%60.98%-
HSV(B)333.93º63.6%89.41%-
XYZ40.2824.7629.85-
YUV133.54135.04195.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.89%
GREEN value IS 83 (32.81% from 255) = 18.16%
BLUE value IS 146 (57.42% from 255) = 31.95%
R=49.89%
G=18.16%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288314600.640.360.11333.9372.8660.98
HexE4539204024B14e493d
Octal3441232220100441351611175
Binary111001001010011100100100100000010010010111010011101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45392; }

 p { color: rgb(228,83,146); }

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

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

 a { background-color: rgb(228,83,146); }

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

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

 span { border-color: rgb(228,83,146); }

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