#EA61BE

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

Shades of Neon Pink #EA61BE

Tints of Neon Pink #EA61BE

Color information

#EA61BE (or 0xEA61BE) is unknown color: approx Neon Pink. HEX triplet: EA, 61 and BE. RGB value is (234,97,190). Sum of RGB (Red+Green+Blue) = 234+97+190=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA61BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA61BE is #159E41. Grayscale: #949494. Windows color (decimal): -1416770 or 12476906. OLE color: 12476906.

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

Color convert

RGB23497190-
CMYK00.590.190.08
HSL319.27º76.54%64.9%-
HSV(B)319.27º58.55%91.76%-
XYZ47.529.7651.96-
YUV148.56151.39188.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 97 (38.28% from 255) = 18.62%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=44.91%
G=18.62%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349719000.590.190.08319.2776.5464.9
HexEA61BE03B13813f4d41
Octal3521412760732310477115101
Binary11101010110000110111110011101110011100010011111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA61BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA61BE; }

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

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

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

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

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

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

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

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