#EA60BF

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

Shades of Neon Pink #EA60BF

Tints of Neon Pink #EA60BF

Color information

#EA60BF (or 0xEA60BF) is unknown color: approx Neon Pink. HEX triplet: EA, 60 and BF. RGB value is (234,96,191). Sum of RGB (Red+Green+Blue) = 234+96+191=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA60BF is #159F40. Grayscale: #939393. Windows color (decimal): -1417025 or 12542186. OLE color: 12542186.

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

Color convert

RGB23496191-
CMYK00.590.180.08
HSL318.7º76.67%64.71%-
HSV(B)318.7º58.97%91.76%-
XYZ47.5229.6252.5-
YUV148.09152.22189.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 96 (37.89% from 255) = 18.43%
BLUE value IS 191 (75% from 255) = 36.66%
R=44.91%
G=18.43%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349619100.590.180.08318.776.6764.71
HexEA60BF03B12813f4d41
Octal3521402770732210477115101
Binary11101010110000010111111011101110010100010011111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA60BF; }

 p { color: rgb(234,96,191); }

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

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

 a { background-color: rgb(234,96,191); }

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

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

 span { border-color: rgb(234,96,191); }

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