#EA61A9

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

Shades of Hot Pink #EA61A9

Tints of Hot Pink #EA61A9

Color information

#EA61A9 (or 0xEA61A9) is unknown color: approx Hot Pink. HEX triplet: EA, 61 and A9. RGB value is (234,97,169). Sum of RGB (Red+Green+Blue) = 234+97+169=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA61A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA61A9 is #159E56. Grayscale: #929292. Windows color (decimal): -1416791 or 11100650. OLE color: 11100650.

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

Color convert

RGB23497169-
CMYK00.590.280.08
HSL328.47º76.54%64.9%-
HSV(B)328.47º58.55%91.76%-
XYZ45.3728.9140.72-
YUV146.17140.89190.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.8%
GREEN value IS 97 (38.28% from 255) = 19.4%
BLUE value IS 169 (66.41% from 255) = 33.8%
R=46.8%
G=19.4%
B=33.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349716900.590.280.08328.4776.5464.9
HexEA61A903B1C81484d41
Octal3521412510733410510115101
Binary11101010110000110101001011101111100100010100100010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA61A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA61A9; }

 p { color: rgb(234,97,169); }

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

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

 a { background-color: rgb(234,97,169); }

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

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

 span { border-color: rgb(234,97,169); }

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