#E265BE

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

Shades of Neon Pink #E265BE

Tints of Neon Pink #E265BE

Color information

#E265BE (or 0xE265BE) is unknown color: approx Neon Pink. HEX triplet: E2, 65 and BE. RGB value is (226,101,190). Sum of RGB (Red+Green+Blue) = 226+101+190=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E265BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E265BE is #1D9A41. Grayscale: #949494. Windows color (decimal): -1940034 or 12477922. OLE color: 12477922.

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

Color convert

RGB226101190-
CMYK00.550.160.11
HSL317.28º68.31%64.12%-
HSV(B)317.28º55.31%88.63%-
XYZ45.3129.1951.96-
YUV148.52151.41183.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.71%
GREEN value IS 101 (39.84% from 255) = 19.54%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=43.71%
G=19.54%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610119000.550.160.11317.2868.3164.12
HexE265BE03710B13d4440
Octal3421452760672013475104100
Binary11100010110010110111110011011110000101110011110110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E265BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E265BE; }

 p { color: rgb(226,101,190); }

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

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

 a { background-color: rgb(226,101,190); }

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

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

 span { border-color: rgb(226,101,190); }

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