#EB178A

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

Shades of Deep Pink #EB178A

Tints of Deep Pink #EB178A

Color information

#EB178A (or 0xEB178A) is unknown color: approx Deep Pink. HEX triplet: EB, 17 and 8A. RGB value is (235,23,138). Sum of RGB (Red+Green+Blue) = 235+23+138=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB178A is #14E875. Grayscale: #636363. Windows color (decimal): -1370230 or 9050091. OLE color: 9050091.

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

Color convert

RGB23523138-
CMYK00.900.410.08
HSL327.45º84.13%50.59%-
HSV(B)327.45º90.21%92.16%-
XYZ39.1520.1125.86-
YUV99.5149.74224.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.34%
GREEN value IS 23 (9.38% from 255) = 5.81%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=59.34%
G=5.81%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352313800.900.410.08327.4584.1350.59
HexEB178A05A2981475433
Octal353272120132511050712463
Binary1110101110111100010100101101010100110001010001111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB178A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB178A; }

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

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

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

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

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

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

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

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