#E5518F

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

Shades of Dark Pink #E5518F

Tints of Dark Pink #E5518F

Color information

#E5518F (or 0xE5518F) is unknown color: approx Dark Pink. HEX triplet: E5, 51 and 8F. RGB value is (229,81,143). Sum of RGB (Red+Green+Blue) = 229+81+143=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5518F is #1AAE70. Grayscale: #848484. Windows color (decimal): -1748593 or 9392613. OLE color: 9392613.

HSL color Cylindrical-coordinate representation of color #E5518F: hue angle of 334.86º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5518F is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB22981143-
CMYK00.650.380.10
HSL334.86º74%60.78%-
HSV(B)334.86º64.63%89.8%-
XYZ40.2124.5328.6-
YUV132.32134.03196.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.55%
GREEN value IS 81 (32.03% from 255) = 17.88%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=50.55%
G=17.88%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298114300.650.380.10334.867460.78
HexE5518F04126A14f4a3d
Octal3451212170101461251711275
Binary111001011010001100011110100000110011010101010011111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5518F; }

 p { color: rgb(229,81,143); }

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

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

 a { background-color: rgb(229,81,143); }

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

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

 span { border-color: rgb(229,81,143); }

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