#E269BA

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

Shades of Neon Pink #E269BA

Tints of Neon Pink #E269BA

Color information

#E269BA (or 0xE269BA) is unknown color: approx Neon Pink. HEX triplet: E2, 69 and BA. RGB value is (226,105,186). Sum of RGB (Red+Green+Blue) = 226+105+186=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E269BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269BA is #1D9645. Grayscale: #969696. Windows color (decimal): -1939014 or 12216802. OLE color: 12216802.

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

Color convert

RGB226105186-
CMYK00.540.180.11
HSL319.83º67.6%64.9%-
HSV(B)319.83º53.54%88.63%-
XYZ45.2829.8249.82-
YUV150.41148.09181.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.71%
GREEN value IS 105 (41.41% from 255) = 20.31%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=43.71%
G=20.31%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610518600.540.180.11319.8367.664.9
HexE269BA03612B1404441
Octal3421512720662213500104101
Binary11100010110100110111010011011010010101110100000010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E269BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E269BA; }

 p { color: rgb(226,105,186); }

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

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

 a { background-color: rgb(226,105,186); }

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

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

 span { border-color: rgb(226,105,186); }

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