#EB5983

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

Shades of Dark Pink #EB5983

Tints of Dark Pink #EB5983

Color information

#EB5983 (or 0xEB5983) is unknown color: approx Dark Pink. HEX triplet: EB, 59 and 83. RGB value is (235,89,131). Sum of RGB (Red+Green+Blue) = 235+89+131=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5983 is #14A67C. Grayscale: #898989. Windows color (decimal): -1353341 or 8608235. OLE color: 8608235.

HSL color Cylindrical-coordinate representation of color #EB5983: hue angle of 342.74º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB5983 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB23589131-
CMYK00.620.440.08
HSL342.74º78.49%63.53%-
HSV(B)342.74º62.13%92.16%-
XYZ41.9326.4524.37-
YUV137.44124.37197.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.65%
GREEN value IS 89 (35.16% from 255) = 19.56%
BLUE value IS 131 (51.56% from 255) = 28.79%
R=51.65%
G=19.56%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358913100.620.440.08342.7478.4963.53
HexEB598303E2C81574e40
Octal3531312030765410527116100
Binary111010111011001100000110111110101100100010101011110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5983; }

 p { color: rgb(235,89,131); }

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

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

 a { background-color: rgb(235,89,131); }

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

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

 span { border-color: rgb(235,89,131); }

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