#E364BE

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

Shades of Neon Pink #E364BE

Tints of Neon Pink #E364BE

Color information

#E364BE (or 0xE364BE) is unknown color: approx Neon Pink. HEX triplet: E3, 64 and BE. RGB value is (227,100,190). Sum of RGB (Red+Green+Blue) = 227+100+190=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E364BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364BE is #1C9B41. Grayscale: #949494. Windows color (decimal): -1874754 or 12477667. OLE color: 12477667.

HSL color Cylindrical-coordinate representation of color #E364BE: hue angle of 317.48º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E364BE is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB227100190-
CMYK00.560.160.11
HSL317.48º69.4%64.12%-
HSV(B)317.48º55.95%89.02%-
XYZ45.5329.1651.94-
YUV148.23151.58184.18-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.91%
GREEN value IS 100 (39.45% from 255) = 19.34%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=43.91%
G=19.34%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710019000.560.160.11317.4869.464.12
HexE364BE03810B13d4540
Octal3431442760702013475105100
Binary11100011110010010111110011100010000101110011110110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E364BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E364BE; }

 p { color: rgb(227,100,190); }

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

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

 a { background-color: rgb(227,100,190); }

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

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

 span { border-color: rgb(227,100,190); }

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