#E861BD

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

Shades of Neon Pink #E861BD

Tints of Neon Pink #E861BD

Color information

#E861BD (or 0xE861BD) is unknown color: approx Neon Pink. HEX triplet: E8, 61 and BD. RGB value is (232,97,189). Sum of RGB (Red+Green+Blue) = 232+97+189=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 232 - color contains mainly: red. Hex color #E861BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E861BD is #179E42. Grayscale: #939393. Windows color (decimal): -1547843 or 12411368. OLE color: 12411368.

HSL color Cylindrical-coordinate representation of color #E861BD: hue angle of 319.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E861BD is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB23297189-
CMYK00.580.190.09
HSL319.11º74.59%64.51%-
HSV(B)319.11º58.19%90.98%-
XYZ46.7429.3851.35-
YUV147.85151.23188.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.79%
GREEN value IS 97 (38.28% from 255) = 18.73%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=44.79%
G=18.73%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329718900.580.190.09319.1174.5964.51
HexE861BD03A13913f4b41
Octal3501412750722311477113101
Binary11101000110000110111101011101010011100110011111110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E861BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E861BD; }

 p { color: rgb(232,97,189); }

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

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

 a { background-color: rgb(232,97,189); }

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

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

 span { border-color: rgb(232,97,189); }

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