#eb128b

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

Shades of Deep Pink #EB128B

Tints of Deep Pink #EB128B

Color information

#EB128B (or 0xEB128B) is unknown color: approx Deep Pink. HEX triplet: EB, 12 and 8B. RGB value is (235,18,139). Sum of RGB (Red+Green+Blue) = 235+18+139=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB128B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB128B is #14ED74. Grayscale: #606060. Windows color (decimal): -1371509 or 9114347. OLE color: 9114347.

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

Color convert

RGB23518139-
CMYK00.920.410.08
HSL326.54º85.77%49.61%-
HSV(B)326.54º92.34%92.16%-
XYZ39.1419.9626.22-
YUV96.68151.89226.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.95%
GREEN value IS 18 (7.42% from 255) = 4.59%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=59.95%
G=4.59%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351813900.920.410.08326.5485.7749.61
HexEB128B05C2981475632
Octal353222130134511050712662
Binary1110101110010100010110101110010100110001010001111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb128b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb128b; }

 p { color: rgb(235,18,139); }

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

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

 a { background-color: rgb(235,18,139); }

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

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

 span { border-color: rgb(235,18,139); }

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