#e55185

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

Shades of Dark Pink #E55185

Tints of Dark Pink #E55185

Color information

#E55185 (or 0xE55185) is unknown color: approx Dark Pink. HEX triplet: E5, 51 and 85. RGB value is (229,81,133). Sum of RGB (Red+Green+Blue) = 229+81+133=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E55185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55185 is #1AAE7A. Grayscale: #838383. Windows color (decimal): -1748603 or 8737253. OLE color: 8737253.

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

Color convert

RGB22981133-
CMYK00.650.420.10
HSL338.92º74%60.78%-
HSV(B)338.92º64.63%89.8%-
XYZ39.4924.2424.79-
YUV131.18129.03197.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.69%
GREEN value IS 81 (32.03% from 255) = 18.28%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=51.69%
G=18.28%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298113300.650.420.10338.927460.78
HexE551850412AA1534a3d
Octal3451212050101521252311275
Binary111001011010001100001010100000110101010101010100111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e55185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e55185; }

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

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

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

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

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

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

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

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