#EB5BB1

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

Shades of Hot Pink #EB5BB1

Tints of Hot Pink #EB5BB1

Color information

#EB5BB1 (or 0xEB5BB1) is unknown color: approx Hot Pink. HEX triplet: EB, 5B and B1. RGB value is (235,91,177). Sum of RGB (Red+Green+Blue) = 235+91+177=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5BB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5BB1 is #14A44E. Grayscale: #8F8F8F. Windows color (decimal): -1352783 or 11623403. OLE color: 11623403.

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

Color convert

RGB23591177-
CMYK00.610.250.08
HSL324.17º78.26%63.92%-
HSV(B)324.17º61.28%92.16%-
XYZ45.9428.3244.64-
YUV143.86146.71193.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.72%
GREEN value IS 91 (35.94% from 255) = 18.09%
BLUE value IS 177 (69.53% from 255) = 35.19%
R=46.72%
G=18.09%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359117700.610.250.08324.1778.2663.92
HexEB5BB103D1981444e40
Octal3531332610753110504116100
Binary11101011101101110110001011110111001100010100010010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5BB1; }

 p { color: rgb(235,91,177); }

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

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

 a { background-color: rgb(235,91,177); }

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

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

 span { border-color: rgb(235,91,177); }

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