#EA61AE

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

Shades of Hot Pink #EA61AE

Tints of Hot Pink #EA61AE

Color information

#EA61AE (or 0xEA61AE) is unknown color: approx Hot Pink. HEX triplet: EA, 61 and AE. RGB value is (234,97,174). Sum of RGB (Red+Green+Blue) = 234+97+174=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA61AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA61AE is #159E51. Grayscale: #929292. Windows color (decimal): -1416786 or 11428330. OLE color: 11428330.

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

Color convert

RGB23497174-
CMYK00.590.260.08
HSL326.28º76.54%64.9%-
HSV(B)326.28º58.55%91.76%-
XYZ45.8529.143.24-
YUV146.74143.39190.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 97 (38.28% from 255) = 19.21%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=46.34%
G=19.21%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349717400.590.260.08326.2876.5464.9
HexEA61AE03B1A81464d41
Octal3521412560733210506115101
Binary11101010110000110101110011101111010100010100011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA61AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA61AE; }

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

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

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

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

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

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

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

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