#EA61BA

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

Shades of Hot Pink #EA61BA

Tints of Hot Pink #EA61BA

Color information

#EA61BA (or 0xEA61BA) is unknown color: approx Hot Pink. HEX triplet: EA, 61 and BA. RGB value is (234,97,186). Sum of RGB (Red+Green+Blue) = 234+97+186=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA61BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA61BA is #159E45. Grayscale: #939393. Windows color (decimal): -1416774 or 12214762. OLE color: 12214762.

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

Color convert

RGB23497186-
CMYK00.590.210.08
HSL321.02º76.54%64.9%-
HSV(B)321.02º58.55%91.76%-
XYZ47.0729.5949.68-
YUV148.11149.39189.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 97 (38.28% from 255) = 18.76%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=45.26%
G=18.76%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349718600.590.210.08321.0276.5464.9
HexEA61BA03B1581414d41
Octal3521412720732510501115101
Binary11101010110000110111010011101110101100010100000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA61BA; }

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

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

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

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

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

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

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

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