#EB1B8A

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

Shades of Deep Pink #EB1B8A

Tints of Deep Pink #EB1B8A

Color information

#EB1B8A (or 0xEB1B8A) is unknown color: approx Deep Pink. HEX triplet: EB, 1B and 8A. RGB value is (235,27,138). Sum of RGB (Red+Green+Blue) = 235+27+138=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1B8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1B8A is #14E475. Grayscale: #656565. Windows color (decimal): -1369206 or 9051115. OLE color: 9051115.

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

Color convert

RGB23527138-
CMYK00.890.410.08
HSL327.98º83.87%51.37%-
HSV(B)327.98º88.51%92.16%-
XYZ39.2420.2825.89-
YUV101.85148.41222.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.75%
GREEN value IS 27 (10.94% from 255) = 6.75%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=58.75%
G=6.75%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352713800.890.410.08327.9883.8751.37
HexEB1B8A0592981485433
Octal353332120131511051012463
Binary1110101111011100010100101100110100110001010010001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1B8A; }

 p { color: rgb(235,27,138); }

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

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

 a { background-color: rgb(235,27,138); }

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

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

 span { border-color: rgb(235,27,138); }

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