#E55182

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

Shades of Dark Pink #E55182

Tints of Dark Pink #E55182

Color information

#E55182 (or 0xE55182) is unknown color: approx Dark Pink. HEX triplet: E5, 51 and 82. RGB value is (229,81,130). Sum of RGB (Red+Green+Blue) = 229+81+130=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E55182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55182 is #1AAE7D. Grayscale: #828282. Windows color (decimal): -1748606 or 8540645. OLE color: 8540645.

HSL color Cylindrical-coordinate representation of color #E55182: hue angle of 340.14º 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 #E55182 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB22981130-
CMYK00.650.430.10
HSL340.14º74%60.78%-
HSV(B)340.14º64.63%89.8%-
XYZ39.2824.1523.71-
YUV130.84127.53198.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.05%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=52.05%
G=18.41%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298113000.650.430.10340.147460.78
HexE551820412BA1544a3d
Octal3451212020101531252411275
Binary111001011010001100000100100000110101110101010101001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55182; }

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

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

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

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

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

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

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

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