#EA61AA

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

Shades of Hot Pink #EA61AA

Tints of Hot Pink #EA61AA

Color information

#EA61AA (or 0xEA61AA) is unknown color: approx Hot Pink. HEX triplet: EA, 61 and AA. RGB value is (234,97,170). Sum of RGB (Red+Green+Blue) = 234+97+170=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA61AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA61AA is #159E55. Grayscale: #929292. Windows color (decimal): -1416790 or 11166186. OLE color: 11166186.

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

Color convert

RGB23497170-
CMYK00.590.270.08
HSL328.03º76.54%64.9%-
HSV(B)328.03º58.55%91.76%-
XYZ45.4628.9441.22-
YUV146.28141.39190.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.71%
GREEN value IS 97 (38.28% from 255) = 19.36%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=46.71%
G=19.36%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349717000.590.270.08328.0376.5464.9
HexEA61AA03B1B81484d41
Octal3521412520733310510115101
Binary11101010110000110101010011101111011100010100100010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA61AA; }

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

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

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

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

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

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

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

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