#EB71AB

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

Shades of Hot Pink #EB71AB

Tints of Hot Pink #EB71AB

Color information

#EB71AB (or 0xEB71AB) is unknown color: approx Hot Pink. HEX triplet: EB, 71 and AB. RGB value is (235,113,171). Sum of RGB (Red+Green+Blue) = 235+113+171=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB71AB is #148E54. Grayscale: #9B9B9B. Windows color (decimal): -1347157 or 11235819. OLE color: 11235819.

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

Color convert

RGB235113171-
CMYK00.520.270.08
HSL331.48º75.31%68.24%-
HSV(B)331.48º51.91%92.16%-
XYZ47.5232.4142.28-
YUV156.09136.42184.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.28%
GREEN value IS 113 (44.53% from 255) = 21.77%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=45.28%
G=21.77%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511317100.520.270.08331.4875.3168.24
HexEB71AB0341B814b4b44
Octal3531612530643310513113104
Binary11101011111000110101011011010011011100010100101110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB71AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB71AB; }

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

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

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

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

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

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

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

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