#E861C2

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

Shades of Neon Pink #E861C2

Tints of Neon Pink #E861C2

Color information

#E861C2 (or 0xE861C2) is unknown color: approx Neon Pink. HEX triplet: E8, 61 and C2. RGB value is (232,97,194). Sum of RGB (Red+Green+Blue) = 232+97+194=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E861C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E861C2 is #179E3D. Grayscale: #949494. Windows color (decimal): -1547838 or 12739048. OLE color: 12739048.

HSL color Cylindrical-coordinate representation of color #E861C2: hue angle of 316.89º 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 #E861C2 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB23297194-
CMYK00.580.160.09
HSL316.89º74.59%64.51%-
HSV(B)316.89º58.19%90.98%-
XYZ47.2929.654.26-
YUV148.42153.73187.61-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.36%
GREEN value IS 97 (38.28% from 255) = 18.55%
BLUE value IS 194 (76.17% from 255) = 37.09%
R=44.36%
G=18.55%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329719400.580.160.09316.8974.5964.51
HexE861C203A10913d4b41
Octal3501413020722011475113101
Binary11101000110000111000010011101010000100110011110110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E861C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E861C2; }

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

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

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

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

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

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

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

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