#E261BB

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

Shades of Neon Pink #E261BB

Tints of Neon Pink #E261BB

Color information

#E261BB (or 0xE261BB) is unknown color: approx Neon Pink. HEX triplet: E2, 61 and BB. RGB value is (226,97,187). Sum of RGB (Red+Green+Blue) = 226+97+187=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E261BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E261BB is #1D9E44. Grayscale: #919191. Windows color (decimal): -1941061 or 12280290. OLE color: 12280290.

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

Color convert

RGB22697187-
CMYK00.570.170.11
HSL318.14º68.98%63.33%-
HSV(B)318.14º57.08%88.63%-
XYZ44.6128.3150.13-
YUV145.83151.24185.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.31%
GREEN value IS 97 (38.28% from 255) = 19.02%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=44.31%
G=19.02%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269718700.570.170.11318.1468.9863.33
HexE261BB03911B13e453f
Octal342141273071211347610577
Binary1110001011000011011101101110011000110111001111101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E261BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E261BB; }

 p { color: rgb(226,97,187); }

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

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

 a { background-color: rgb(226,97,187); }

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

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

 span { border-color: rgb(226,97,187); }

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