#EB64AD

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

Shades of Hot Pink #EB64AD

Tints of Hot Pink #EB64AD

Color information

#EB64AD (or 0xEB64AD) is unknown color: approx Hot Pink. HEX triplet: EB, 64 and AD. RGB value is (235,100,173). Sum of RGB (Red+Green+Blue) = 235+100+173=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB64AD is #149B52. Grayscale: #949494. Windows color (decimal): -1350483 or 11363563. OLE color: 11363563.

HSL color Cylindrical-coordinate representation of color #EB64AD: hue angle of 327.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB64AD is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235100173-
CMYK00.570.260.08
HSL327.56º77.14%65.69%-
HSV(B)327.56º57.45%92.16%-
XYZ46.3629.7942.84-
YUV148.69141.73189.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.26%
GREEN value IS 100 (39.45% from 255) = 19.69%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=46.26%
G=19.69%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510017300.570.260.08327.5677.1465.69
HexEB64AD0391A81484d42
Octal3531442550713210510115102
Binary11101011110010010101101011100111010100010100100010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB64AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB64AD; }

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

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

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

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

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

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

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

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