#EB5871

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

Shades of Dark Pink #EB5871

Tints of Dark Pink #EB5871

Color information

#EB5871 (or 0xEB5871) is unknown color: approx Dark Pink. HEX triplet: EB, 58 and 71. RGB value is (235,88,113). Sum of RGB (Red+Green+Blue) = 235+88+113=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5871 is #14A78E. Grayscale: #868686. Windows color (decimal): -1353615 or 7428331. OLE color: 7428331.

HSL color Cylindrical-coordinate representation of color #EB5871: hue angle of 349.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB5871 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB23588113-
CMYK00.630.520.08
HSL349.8º78.61%63.33%-
HSV(B)349.8º62.55%92.16%-
XYZ40.7325.8318.46-
YUV134.8115.7199.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.90%
GREEN value IS 88 (34.77% from 255) = 20.18%
BLUE value IS 113 (44.53% from 255) = 25.92%
R=53.90%
G=20.18%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358811300.630.520.08349.878.6163.33
HexEB587103F34815e4f3f
Octal353130161077641053611777
Binary1110101110110001110001011111111010010001010111101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5871; }

 p { color: rgb(235,88,113); }

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

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

 a { background-color: rgb(235,88,113); }

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

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

 span { border-color: rgb(235,88,113); }

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