#E5508C

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

Shades of Dark Pink #E5508C

Tints of Dark Pink #E5508C

Color information

#E5508C (or 0xE5508C) is unknown color: approx Dark Pink. HEX triplet: E5, 50 and 8C. RGB value is (229,80,140). Sum of RGB (Red+Green+Blue) = 229+80+140=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5508C is #1AAF73. Grayscale: #838383. Windows color (decimal): -1748852 or 9195749. OLE color: 9195749.

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

Color convert

RGB22980140-
CMYK00.650.390.10
HSL335.84º74.13%60.59%-
HSV(B)335.84º65.07%89.8%-
XYZ39.9224.2927.4-
YUV131.39132.86197.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 80 (31.64% from 255) = 17.82%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=51.00%
G=17.82%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298014000.650.390.10335.8474.1360.59
HexE5508C04127A1504a3d
Octal3451202140101471252011275
Binary111001011010000100011000100000110011110101010100001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5508C; }

 p { color: rgb(229,80,140); }

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

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

 a { background-color: rgb(229,80,140); }

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

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

 span { border-color: rgb(229,80,140); }

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