#EA63AC

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

Shades of Hot Pink #EA63AC

Tints of Hot Pink #EA63AC

Color information

#EA63AC (or 0xEA63AC) is unknown color: approx Hot Pink. HEX triplet: EA, 63 and AC. RGB value is (234,99,172). Sum of RGB (Red+Green+Blue) = 234+99+172=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA63AC is #159C53. Grayscale: #939393. Windows color (decimal): -1416276 or 11297770. OLE color: 11297770.

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

Color convert

RGB23499172-
CMYK00.580.260.08
HSL327.56º76.27%65.29%-
HSV(B)327.56º57.69%91.76%-
XYZ45.8429.3942.29-
YUV147.69141.73189.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 99 (39.06% from 255) = 19.60%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=46.34%
G=19.60%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349917200.580.260.08327.5676.2765.29
HexEA63AC03A1A81484c41
Octal3521432540723210510114101
Binary11101010110001110101100011101011010100010100100010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA63AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA63AC; }

 p { color: rgb(234,99,172); }

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

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

 a { background-color: rgb(234,99,172); }

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

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

 span { border-color: rgb(234,99,172); }

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