#EB5FB6

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

Shades of Hot Pink #EB5FB6

Tints of Hot Pink #EB5FB6

Color information

#EB5FB6 (or 0xEB5FB6) is unknown color: approx Hot Pink. HEX triplet: EB, 5F and B6. RGB value is (235,95,182). Sum of RGB (Red+Green+Blue) = 235+95+182=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5FB6 is #14A049. Grayscale: #929292. Windows color (decimal): -1351754 or 11952107. OLE color: 11952107.

HSL color Cylindrical-coordinate representation of color #EB5FB6: hue angle of 322.71º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5FB6 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB23595182-
CMYK00.600.230.08
HSL322.71º77.78%64.71%-
HSV(B)322.71º59.57%92.16%-
XYZ46.829.2247.43-
YUV146.78147.88190.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.90%
GREEN value IS 95 (37.5% from 255) = 18.55%
BLUE value IS 182 (71.48% from 255) = 35.55%
R=45.90%
G=18.55%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359518200.600.230.08322.7177.7864.71
HexEB5FB603C1781434e41
Octal3531372660742710503116101
Binary11101011101111110110110011110010111100010100001110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5FB6; }

 p { color: rgb(235,95,182); }

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

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

 a { background-color: rgb(235,95,182); }

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

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

 span { border-color: rgb(235,95,182); }

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