#EB5FAD

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

Shades of Hot Pink #EB5FAD

Tints of Hot Pink #EB5FAD

Color information

#EB5FAD (or 0xEB5FAD) is unknown color: approx Hot Pink. HEX triplet: EB, 5F and AD. RGB value is (235,95,173). Sum of RGB (Red+Green+Blue) = 235+95+173=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5FAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5FAD is #14A052. Grayscale: #919191. Windows color (decimal): -1351763 or 11362283. OLE color: 11362283.

HSL color Cylindrical-coordinate representation of color #EB5FAD: hue angle of 326.57º 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 #EB5FAD is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB23595173-
CMYK00.600.260.08
HSL326.57º77.78%64.71%-
HSV(B)326.57º59.57%92.16%-
XYZ45.928.8642.69-
YUV145.75143.38191.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.72%
GREEN value IS 95 (37.5% from 255) = 18.89%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=46.72%
G=18.89%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359517300.600.260.08326.5777.7864.71
HexEB5FAD03C1A81474e41
Octal3531372550743210507116101
Binary11101011101111110101101011110011010100010100011110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5FAD; }

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

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

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

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

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

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

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

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